Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01122773
Message ID:
01122887
Vues:
19
Not exactly. Only connections open after those setting will be affected.

>In this code below, what is the signifigance the '0' passed to SQLSETPROP()?
>I assume this means apply to all connections?
>
>
>
>** Suppress ODBC error dialog
>SQLSETPROP(0, "DispWarnings", .F.)
>
>** Suppress login dialog
>SQLSETPROP(0, "DispLogin", 3)
>
>
>** Attempt to connect to the database
>iConnHandle = SQLSTRINGCONNECT(sSqlConnStr)
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform