Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a VB error number reference somewhere?
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00445797
Message ID:
00445914
Views:
17
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I'm getting an error in an ActiveX file. The error is related to accessing data but the error message only says "Error nnnn, ODBC failed". I need to know *why* it failed... file not found? access rights? what?

Is there a reference table for looking up VB error numbers?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

If the error is being returned through the ActiveX control, odds are pretty good that the developer, not VB, wrote the number/message. You should contact the maker of the ActiveX control.

And in this case, if there's an ODBC layer involved, I wouldn't be shocked if you end up without much info. ODBC errors are not very helpful.

Having said all that, search the MSDN library for "trappable errors" and there's a list.
The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts. - Bertrand Russell
Previous
Reply
Map
View

Click here to load this message in the networking platform