Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC Datasources
Message
 
 
À
24/02/2000 11:10:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00336802
Message ID:
00336953
Vues:
20
>Can I connect to SQL Server from a VFP app without having to set up an ODBC datasource on each workstation?

Steve,

Yes, you can do. See sample code below:
lnConn = SQLSTRINGCONNECT( "DRIVER={SQL Server};" + ;
		 "Server=;"+ ;
		 "UID=;" + ;
		 "PWD=;" + ;
		 "DATABASE=;")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform