|
-
Jul 26th, 2000, 01:35 PM
#1
Thread Starter
Addicted Member
I have a VB6 application that uses ADO to connect to an Access97 DB. I use the following statement when connecting.
Provider=Microsoft.Jet.OLEDB.3.51;Data Source=ACCESS97.MDB;
I recently changed to the following
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=ACCESS97.MDB;
I did this per microsoft's directions so that a few issues would be resolved in ADO.
However, I have 10 users of which two now get error messages with the new setting. I created a new installation and executed it hopeing this would copy the neccessary files. Did not work. Anyone know why this might be happening on a select few PC's???.
-
Jul 26th, 2000, 02:06 PM
#2
Hyperactive Member
-
Jul 26th, 2000, 02:11 PM
#3
Thread Starter
Addicted Member
The errors seem to be sporatic but I consistantly get an error when I try to do an .AddNew, .Update. The error it gives is "ERROR OCCURRED".
I am going to install the MDAC version 2.5 which will load the Microsft Provider 4.0 even though it should have been added during install. VB6 loads Version 2.1 and I have loaded the Version 2.5 on some of the other PC's that are working. I don't think this is the problem but it is a start.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|