Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Connections and VFP
Message
From
30/08/2000 17:44:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
ADO Connections and VFP
Miscellaneous
Thread ID:
00411062
Message ID:
00411062
Views:
26
I asked a similar question earlier, so my apologies if I am repeating myself, but I didn't understand the answer.

I have entered the following in my ASP page:

Set objconn = Server.CreateObject("ADODB.Connection")
strDBPath = Server.MapPath("TTSDBC")
strSource = "Driver={Microsoft Visual FoxPro Driver (*.dbc)}"

I get a OLEDB ODBC connection error.

Questions:

Does VFP 6.0 work with ADO connections at all?
If not, what commands can I type in a ASP page in order to make a ODBC connection to my database container?
Do I use the SYSTEM DSN, FILE DSN, or User DSN? Currently, I have system DSN called TTSDBC which points to my actual database container located on my C drive.

Thanks

Marc.
Reply
Map
View

Click here to load this message in the networking platform