Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlStringConnection
Message
 
 
À
08/03/2004 22:04:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00884310
Message ID:
00884312
Vues:
56
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform