| Access 數(shù)據(jù)類型 | Pocket Access 類型 | SQL Server 2000 類型 | SQL Server CE 類型 |
|
Text |
varchar |
nvarchar |
nvarchar |
|
Memo |
text |
ntext |
ntext |
|
LongInt |
integer |
int |
int |
|
Int, Byte |
smallint |
smallint |
smallint |
|
Double, Single |
double |
float |
float |
|
Replication ID |
varbinary |
uniqueidentifier |
uniqueidentifier |
|
Date/Time |
datetime |
datetime |
datetime |
|
Currency |
double |
money |
money |
|
AutoNumber |
integer |
int |
int |
|
YesNo |
boolean |
bit |
bit |
|
OleObject |
varbinary |
image |
image |
|
HyperLink |
text |
ntext |
ntext |
|
Lookup |
varchar |
nvarchar |
nvarchar |
SQL Server 2000 支持所有 Access 數(shù)據(jù)類型,并且因為 SQL Server CE 支持(不用轉換)導出中生成的所有類型,所以遷移過程中不會丟失任何信息。

