|
-
Jun 9th, 2013, 05:38 PM
#1
Thread Starter
Lively Member
How do I code VB6 with multi-versions of MS Access (2010, 2000, 97, ...)
I routinely develop self sufficient (stand alone) VB6 applications to create, modify and query MS Access 2000 databases. (referencing MSACC9.OLB and dao360.dll)
This includes creating the tables, relationships and query definitions.
If I replace dao360.dll with acedao.dll from http://originaldll.com/file/acedao.dll/12185.html , can I CreateDatabase and CompactDatabase , ... specifying dbVersion120 / dbVersion40 / dbVersion30 ... ( Access2010, 2007, 2003, 2000, ...)
Do I also need to find a MSACC??.OLB file? from where?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|