PDA

Click to See Complete Forum and Search --> : Using Access 2000 with vb6


Antonio Begue
Nov 19th, 1999, 02:43 PM
I allways work with access and visual basic but i just install acc2000 and i can't use it with visual basic.
Is there a way to use access 2000 with vb or it is not compatible

David Laplante
Nov 20th, 1999, 01:14 PM
I have Access 2000 AND vb6 installed and both worked perfectly.... what is the error that you get?

ShadowCrawler
Nov 21st, 1999, 04:53 AM
As far as I know, there are no *major* differences between ANY Office2000 file format and it's Office97 counterpart. Most of the enhancements in Office2000 are in the GUI and features, not the file formats.

------------------
(¯`·.¸¸.·´¯`·->ShadowCrawler<-·´¯`·.¸¸.·´¯)
Teenage Programmer
Visual Basic, HTML, C++, JavaScript
http://welcome.to/X12Tech
Email: craigkovatch@compuserve.com
ICQ#: 9872708 (http://wwp.mirabilis.com/9872708)

Nov 21st, 1999, 04:40 PM
Make sure you use the Microsoft DAO 3.6 Object Library and not any of the older DAO library's (like 3.51).

------------------

Vincent van den Braken
EMail: azzmodan@azzmodan.demon.nl
ICQ: 15440110 (http://www.icq.com/15440110)
Homepage: http://www.azzmodan.demon.nl





[This message has been edited by Azzmodan (edited 11-22-1999).]

Clunietp
Nov 21st, 1999, 06:43 PM
I believe the Access 2000 file formats are different now (so are the rest of them, aren't they a new version?), and as the previous post mentioned, you should use DAO 3.6 (if you are using DAO) or the OLEDB driver v4 (Microsoft.Jet.OLEDB.4.0) if you are using ADO.

HTH

Tom

[This message has been edited by Clunietp (edited 11-22-1999).]