Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC connection to FoxPro table
Message
 
To
07/12/2000 16:57:06
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00450609
Message ID:
00450616
Views:
36
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform