Ok here is the situation, the Application is written in VB 5.0 and is currently looking at an Access DB in Access 95 format. I am currently working on a project in which we need to update the Access Db and in order to do so we must upgrade the db to Access 2002. When we do this and run the application it comes back with the Unrecognized Database Format error. We have narrowed it down to a line of code where the message get generated which is the following:
DBSummary(i).Databasename = gHistPath
Can anyone point me in the right direction or possibly have an easy solution. We have also changed our reference from DAO 3.51 to DAO 3.6. Any ideas would be great.
DBSummary(i).Databasename = gHistPath
Can anyone point me in the right direction or possibly have an easy solution. We have also changed our reference from DAO 3.51 to DAO 3.6. Any ideas would be great.