Updating access 2000 database through code in VB6
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-05-19T03:09:35Z
Indexed on
2010/05/19
19:00 UTC
Read the original article
Hit count: 146
I have an application that uses an access 2000 database currently in distribution. I need to update one of the recordsets with additional fields on my customer's computers. My data controls work fine as I have them set to connect in access 2000 format but when I try to open the database in code, I get an unrecognized data format error. What is the best way to replace or add to the database on their machines? Any help is greatly appreciated.
© Stack Overflow or respective owner