Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Connection
Message
De
07/02/2003 09:01:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL Connection
Divers
Thread ID:
00750539
Message ID:
00750539
Vues:
48
How do I prevent the select data source window from poping up when I execute the following code? Why doesn't this code just create the connection string?


lcDSNLess="DRIVER = {SQL Server};" ;
+ "SERVER=[ServerName];" ;
+ "UID=[useid];" ;
+ "PWD=[password];" ;
+ "DATABASE=[database]"

lnconnhandle = Sqlstringconn(lcDSNless)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform