Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set the no odbc dialog box outside of vfp?
Message
 
 
À
19/09/2006 10:14:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Divers
Thread ID:
01155080
Message ID:
01155087
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Is it possible to set no obdc login dialog box outside of vfp database connection? Because I wouldn't like to have a database (.dbc) in my app. I know it's possible to use SQLSETPROP(nStatementHandle, 'Displogin', 3), but I don't think it's possible to specify this before to get a connection handle :-) Otherwise, I wonder if it's possible to set this setting outside of vfp directly into the \admin tools\odbc datasource\... or in the sqlconnect function?

Sure it's possible to disable login dispaly for all connections.
SQLSETPROP(0, 'Displogin', 3)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform