Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP page can not found .dbc database
Message
From
25/03/2002 15:04:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
ASP page can not found .dbc database
Miscellaneous
Thread ID:
00636978
Message ID:
00636978
Views:
43
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
Next
Reply
Map
View

Click here to load this message in the networking platform