Access 2000
-
I wrote a program that performs SQL operations on a access 2000 (*.mdb) database. It works fine on my machine with Access 2000 and VC++ SP3 installed. When I move it to another machine without either of these applications, my queries don't work. I'm pretty sure that I need to update the ODBC drivers on my "plain" machine. If I was to make a re-distibutable, what files would I want to include with it so that my program will work on any Win 9x/2k platform? Thanks, Ryan
-
I wrote a program that performs SQL operations on a access 2000 (*.mdb) database. It works fine on my machine with Access 2000 and VC++ SP3 installed. When I move it to another machine without either of these applications, my queries don't work. I'm pretty sure that I need to update the ODBC drivers on my "plain" machine. If I was to make a re-distibutable, what files would I want to include with it so that my program will work on any Win 9x/2k platform? Thanks, Ryan
You need the latest version of MDAC + the Jet4.0SP3 patch. http://www.microsoft.com/data CodeGuy http://groups.yahoo.com/group/wtl
-
You need the latest version of MDAC + the Jet4.0SP3 patch. http://www.microsoft.com/data CodeGuy http://groups.yahoo.com/group/wtl
-
The question was, "How do I make it work on any Win 9x or 2000 machine?" For this, you will always need MDAC. The newest version (with patches) is not the one that was distributed with Win2K, but has been since updated. CodeGuy http://groups.yahoo.com/group/wtl