ACC2000: Data Types Change Importing from ADP to MDB and BackID: Q224529
|
The following data types change when you import a table from a Microsoft Access project into a Microsoft Access database, and then import that table from the Access database into an Access project.
binary
char
nchar
numeric
smalldatetime
smallmoney
text
timestamp
varchar
The first column in the following table shows all the data types of an Access project. The second column shows what the data type is converted to when you import a table into an Access database. The third column shows what the data type is converted to when you import the table back into an Access project.
Project Database Project
--------------------------------------------------
binary binary varbinary
bit yes/no bit
char text nvarchar
datetime date/time datetime
decimal number decimal
float number float
image ole object image
int number int
money currency money
nchar text nvarchar
ntext memo ntext
numeric number decimal
nvarchar text nvarchar
real number real
smalldatetime date/time datetime
smallint number smallint
smallmoney currency money
text memo ntext
timestamp binary varbinary
tinyint number tinyint
uniqueidentifier number uniqueidentifier
varbinary binary varbinary
varchar text nvarchar
Additional query words: pra mismatch sql server datatypes data types
Keywords : kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999