Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPOLEDB and ASP
Message
From
27/09/2002 18:27:13
Fabian Belo
Independent Developer
Argentina
 
 
To
27/09/2002 17:57:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00705444
Message ID:
00705474
Views:
9
Hi Dan.
How about this....


< %
Set conn = Server.CreateObject("ADODB.Connection")
conn.mode = 16
conn.ConnectionString="Provider=VFPOLEDB.1;Data
Source=yourentirepath\yourDBContainer.DBC"
conn.Open

% >


If you have the DBC in the same folder isn't necessary the whole path.
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform