Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trap for ODBC errors....
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00929370
Message ID:
00929384
Views:
6
Hi Victor,

Try this:
=SQLSETPROP(0,"DispLogin",3) && Don't display LOGIN dialog, if any information missed
=SQLSETPROP(0,"DispWarnings",.F.) && Don't display warning dialog, if any set don't correctly
x = sqlConnect('myTest')
if x<=0
   * Error, use AERROR()
endif
MartinJ

>We have something like this....
>
>ON ERROR wait window ('Problem')
>x = sqlConnect('myTest')
>
>The problem is that when we get an ODBC error (connection falied, communications failure, etc) - the ON ERROR doesn't trap the error because it's not a VFP error - it's an ODBC error. Does anyone know how we can trap for this error?
>
>Thanks!
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform