Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE DB over the web
Message
De
12/02/2002 10:34:42
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
OLE DB over the web
Divers
Thread ID:
00618834
Message ID:
00618834
Vues:
49
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
Répondre
Fil
Voir

Click here to load this message in the networking platform