Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC connection to FoxPro table
Message
 
À
07/12/2000 16:57:06
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00450609
Message ID:
00450616
Vues:
37
ODBC drivers require a connection string, ie:

DRIVER= Sybase System11}; UID=meathead; PWD=mymeat; SERVERNAME=datamac;DATABASE=mydb;IS=set ansinull off;SM=1;HOSTNAME=webserver

Or, a Data Server Name that is already set up on the web server to access your remote data. The FoxPro equivalent would look like:

h = sqlconnect(DSN)
x = "SQL statement"
sqlexec(h,x)

I don't know the equivalent VB syntax.

HTH
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform