Unusal error condition

B

Bob Braschel

I am using ADO to access an Access mdb in an ASP program
using VB (local access using eztools-software HSP plugin)
and continually get err.number -2147467259 returned
without any error description. All of the SQL operations
(Select, Insert, Update) seem to work correctly, but
because of the strange error code, my error logic does not
report success for these operations. Has anyone ever
encountered this problem.? Without an error description,
I can't seem to figure out what is going on and I don't
want to ignore the error code, since it is legitimate for
other error conditions. Any insight would be appreciated
 
F

Frits van Soldt

Bob Braschel said:
I am using ADO to access an Access mdb in an ASP program
using VB (local access using eztools-software HSP plugin)
and continually get err.number -2147467259 returned
without any error description. All of the SQL operations
(Select, Insert, Update) seem to work correctly, but
because of the strange error code, my error logic does not
report success for these operations. Has anyone ever
encountered this problem.? Without an error description,
I can't seem to figure out what is going on and I don't
want to ignore the error code, since it is legitimate for
other error conditions. Any insight would be appreciated

This is probably related to MDAC, try installing the latest version.
 
B

Bob Braschel

-----Original Message-----
appreciated

This is probably related to MDAC, try installing the latest version.


.

As far as I can determine, I have the latest versions of
everything. I have installed windows 200 sp4 which
appears to have brought everything up to date.

Will look into reinstalling, but am wondering if anyone
else has an idea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top