Using Access 2.0 mdb with VB5? 
Author Message
 Using Access 2.0 mdb with VB5?

Hi!

Is it possible to use Access 2.0 (16bit dll) mdb's from VB5 (32bit dll)?



Sat, 05 May 2001 03:00:00 GMT  
 Using Access 2.0 mdb with VB5?
Add a reference to the DAO 2.5/3.5 Compatibility Library. The DLLs you will use are not
16-bit, they are 32-bit but they can read/write to Jet 2.x databases.
However, for most database functions the 3.5 library will work just fine with old MDBs;
the compat lib is meant only to avoid breaking old code. As a side note, I've used 1.1
MDBs with DAO 3.5 with no problems in the past.

~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please post/reply to the newsgroup(s) so
that everyone can benefit from the discussion.

Regards,

Klaus H. Probst, MCP


       ICQ: 22454937
~~~~~~~~~~~~~~~~~~~~~~~~~~~



Quote:
> Hi!

> Is it possible to use Access 2.0 (16bit dll) mdb's from VB5 (32bit dll)?



Sat, 05 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access 2.0, 7.0 and VB5, One program to open any MDB

2. Convert Access 2.0 MDB to Access95 MDB?

3. Help: Problem reading Access 2.0 mdb from VB3 under Win95/Access 7.0

4. Automatic conservion or importing to Access 97 from Access 2.0 MDB

5. MS Access Come up with using VB5 to create .mdb

6. Using an VB5 unbound datagrid with Access 2.0

7. convert Access 2.0 .mdb to Visual Basic .exe

8. Program fragments in Access 2.0 mdb files

9. Creating/Modifying MDB objects in Access 2.0 / Jet 2.5 Format

10. VB3.0 + Access 2.0 MDB?

11. Program fragments in Access 2.0 mdb files

12. SQL in VB 4.0 Query Access 2.0 MDB

 

 
Powered by phpBB® Forum Software