Article ID: 104977
Article Last Modified on 1/18/2007
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: kbinfo kbusage KB104977