Hello,
I am using VB6SP4 with Access 2000. I have this application distributed amongst numerous customers with any issue aside from one. For the first I am getting a customer with the following error message "Multiple step OLE DB operation generated errors. Check each OLE DB status value, if available, no work was done." The error occurs upon clicking a command that contains the following code (assume all other code is correct), the client is using XP:
Adodc1.Recordset.AddNew
Adodc2.Recordset.AddNew
Adodc3.Recordset.AddNew
Adodc5.Recordset.AddNew
I am using the client’s database and application on my terminal without a problem. It appears to involve the database connectivity, if someone can help me resolve the cause of this problem I would greatly appreciate it.
Thank You
I am using VB6SP4 with Access 2000. I have this application distributed amongst numerous customers with any issue aside from one. For the first I am getting a customer with the following error message "Multiple step OLE DB operation generated errors. Check each OLE DB status value, if available, no work was done." The error occurs upon clicking a command that contains the following code (assume all other code is correct), the client is using XP:
Adodc1.Recordset.AddNew
Adodc2.Recordset.AddNew
Adodc3.Recordset.AddNew
Adodc5.Recordset.AddNew
I am using the client’s database and application on my terminal without a problem. It appears to involve the database connectivity, if someone can help me resolve the cause of this problem I would greatly appreciate it.
Thank You