Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPOLEDB.1 and Data Source
Message
From
15/08/2001 16:05:32
 
 
To
15/08/2001 15:39:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00543973
Message ID:
00544311
Views:
14
>
>You would use a UNC path instead of a network share name. I think you had that in your first message. They usually start with \\servername.. etc.
>
>For share names and virtual directories you would still need Server.MapPath(). Setting Web server permissions is not a walk in the park, so be ready to do some trial and error with the NT / Web server permissions.
>
>Also, try using a system DSN on the web server.
>HTH

I put a html file on the database server and I had no trouble running it on the web server. In VFP I can do ADO stuff connecting to the database server, therefore the permissions should be okay.

In ASP I tried the following and nothing work:
Data Source = \\dataServer\d\tastrade\tastrade.dbc
Data Source = http://virtual root/tastrade.dbc
Data Source = /virtual root/tastrade.dbc

wwwroot
|______virtual root

My ASP file is in wwwroot

I receive this error
Error Type:
Microsoft OLE DB Provider for Visual FoxPro (0x80004005)
Invalid path or file name.

Please Help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform