I am trying to read from a converted to 2000, '97 access database. I am not using a data control. When trying to set the table in the database I get "unrecognized database format". Any suggestions?
Printable View
I am trying to read from a converted to 2000, '97 access database. I am not using a data control. When trying to set the table in the database I get "unrecognized database format". Any suggestions?
You need to reference DAO3.6 dll under project/references instead of DAO3.5. This should solve your problem.