Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPOLEDB.1 and Data Source
Message
From
16/08/2001 17:04:05
 
 
To
15/08/2001 18:10:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00543973
Message ID:
00544996
Views:
18
Thanks for the help, it worked.

>
>That would imply that the database file is not being found. Try to get at a valid file name first by testing with the FileSystemObject object. Something like:
>
Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
>Response.Write oFSO.FileExists("\\myserver\sharename\folder\sus\myfile.dbf")
>
>You might also want to test permissions with:
>
Set objPermCheck = Server.CreateObject("MSWC.PermissionChecker")
>Response.Write objPermCheck.HasAccess(sPath & "\" & sFile)
>
>Where sPath is a physical path. FWIW, opening the connection through VFP uses different permissions than if you use the connection through the Web server. The first uses your NT permissions and the second uses the IUSR account.
Previous
Reply
Map
View

Click here to load this message in the networking platform