Can VB5 only access databases in Access 97 format?
I have created a VB5 application that accesses an mdb file to retrieve records; it will only access an mdb in Access 97 format.
I changed a reference to MS DAO 3.5 to MS DAO 3.6 in the application, but it still won't access an Access 2000 mdb (in the 2000 mdb there's a reference to MS DAO 3.6).
I guess I need to learn more about references, etc. (I've just been fudging it).
I have created a VB5 application that accesses an mdb file to retrieve records; it will only access an mdb in Access 97 format.
I changed a reference to MS DAO 3.5 to MS DAO 3.6 in the application, but it still won't access an Access 2000 mdb (in the 2000 mdb there's a reference to MS DAO 3.6).
I guess I need to learn more about references, etc. (I've just been fudging it).