Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP page can not found .dbc database
Message
De
25/03/2002 15:04:02
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
ASP page can not found .dbc database
Divers
Thread ID:
00636978
Message ID:
00636978
Vues:
44
I am trying to access a VFP database but I get an error :
My ASP pages is locate in my local machine and the database in a remote server.

Here is the error:

Error Type:
Microsoft OLE DB Provider for Visual FoxPro (0x80004005)
Invalid path or file name.
/ehs_lookup/lookup.asp, line 28

Here is the connection code :
Set oRecordset = Server.CreateObject("adodb.recordset")
Set oConnection = Server.CreateObject("adodb.connection")
oConnection.Mode = 16

oConnection.ConnectionString = "Provider=VFPOLEDB.1;Data Source=f:\data\euc.dbc"

oConnection.Open
The path is a mapped drive on my local computer.

Any help is greatly appreciated.

Thanks,
Sergio Ortiz
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform