Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlStringConnection
Message
 
 
To
08/03/2004 22:04:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884310
Message ID:
00884312
Views:
54
This message has been marked as the solution to the initial question of the thread.
Nicholas,
* Suppress ODBC error dialog
= (SQLSETPROP(0,'DispWarnings',.F.)  
* Suppres login dialog 
= (SQLSETPROP(0,'DispLogin',3)  
...
IF SQLSTRINGCONNECT(lcConnStr)< 1
  * Error. Use AERROR() function to return detailed info about ODBC error.
  * Process this error
ENDIF
> How to 'Disable' the default Error Message and SQL Sever Logon screen from SQLStringConnection() , If the connection is fail.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform