1. win2000带的是ADO2.5,其他win98se带的是ADO2.1。win98第一版不带。
ADO2.6必须自己下载。
2.Delphi5.与Access2000/97联接没有问题,只要补丁ADO就没有问题了。连接Access2000/97
最好用ADO连接。(JET 4.0)
3.建库:
单机:用Access2000/97建库(现在最好用Access2000),连接用ADO(Jet 4.0 ole db )。
网络: 用SQL Server(当然最好用SQL Server2000)EnterPrise Manager或SQL语句建库,连接用ADO(ole db for SQL SERVER )。(必须用ADO2.6)
(补丁再大也要下,不然会有很多意外的错误)
microsoft.com/date选中文的啊.那里有.
{连接用ADO(Jet 4.0 ole db )。}//连access
{连接用ADO(ole db for SQL SERVER ).请问着两个有和区别呢?}//连sql server
这是两种数据库.
你应该系统地看看书.或搜索一下以前的帖子.'access','paradox'.
这可以get得ado的版本号
TADOConnection.Version
Indicates the version of ADO used.
property Version: WideString;
Description
Read Version at runtime to determine the version of ADO used. Some versions of ADO do not support all possible features, so querying Version is important when using features only supported in later versions.