
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)?