ACC: Conversion of ORACLE Data Types to Microsoft AccessID: Q104977
|
Novice: Requires knowledge of the user interface on single-user computers.
Column, or field, data types are different for each database management
system. This means that when you are accessing table structures from other
database management systems, a conversion, or data type mapping, must
occur. This article describes the data type mapping between ORACLE and
Microsoft Access data types.
The following table demonstrates data type mapping between ORACLE and
Microsoft Access data types:
ORACLE data type Maps to Microsoft Access data type
--------------------------------------------------------
Char(n) Text(n)
VarChar(n) Text(n)
Long Memo
Date Date/Time
Long Raw Ole Object
Float Double
RowID Text(18)
Smallint Text(255)
Note that the Smallint data type is the same as an ORACLE data type of
Number(38,0).
ORACLE number Microsoft Access data type
---------------------------------------------------
Scale = 0 and
precision <= 4 Integer
precision <= 9 Long Integer
precision <= 15 Double
Scale > 0 and <= 4
precision <= 15 Double
Scale > 4 and/or
precision > 15 Text
Additional query words: convert
Keywords : kbusage TblDatyp
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: March 27, 1999