Unusal error condition

  • Thread starter Thread starter Bob Braschel
  • Start date Start date
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
 
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.
 
-----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.
 
Back
Top