Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO &I Access 2.0

Status
Not open for further replies.

mayajhon

Programmer
Aug 3, 2004
9
CA
Hi,
I really need some expert help.
I started working with VB6 and I'm using ADO to access
Access DB and generate data report and simple operations as update and add records.
The program working fine.
My problem it that I read somewhere that I shouldn't use ADO
with any Version of access lower than access 2000 and I went back to my DB and discovered that our DB is Access 2.0 .
and I don’t know what to do and if this correct since my programs working but I don’t want to cause any future problems with the DB .
Sorry if I confused you
but I just want to make sure.
Thanks very much,
Maya
 
You can use ADO with Access. Just Make sure that you are using the best version of ADO for the version of Access that you are using.

For example with Access 2000 I liked to use ADO 2.6.
An earlier version of Access might (and I stress might) be better with an earlier version of ADO.


zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top