Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE DB over the web
Message
From
12/02/2002 10:34:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
OLE DB over the web
Miscellaneous
Thread ID:
00618834
Message ID:
00618834
Views:
48
The following works as an example of using the VFP7 OLE DB driver:

oconn = CREATEOBJECT("adodb.connection")
OConn.ConnectionString = "provider=vfpoledb.1;data source=C:\apps\mydbc.dbc"
OConn.Open

However, is there a way to connect and query a .DBC/.DBF that resides on a web server? For example:
OConn.ConnectionString = "provider=vfpoledb.1;data source=http://someip/mydbc.dbc"

Thanks,

Jerryt
Reply
Map
View

Click here to load this message in the networking platform