Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query dbf thats on the web...
Message
From
29/05/2008 12:30:47
 
 
To
29/05/2008 11:47:56
Chris Sund
Silhouette Solutions
Utah, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01320269
Message ID:
01320283
Views:
15
>Hello Everyone,
>
>Does anyone have advice or a simple example on how I can query a dbf from my desktop app when the dbf resides out in a folder on my website? Currently the folder isn't password protected, but I would like to add security to it. A example that shows how to pass a password parameter would be good. Any help is appreciated!
>
>Chris

If the server allows (very improbable), you can NET USE I: \\your-servers-ip\somefolder and then have the internet mapped on drive I. ;)

That would enable you to make use of the dbf like with any other local or network drive.

But even if it would not be disabled (as it would be a security hole) that would be too slow to be acceptable.

I assume you don't have a windows web server available, I'd rather go for usual ways of remote database access through SPT, remote views or cursor adapter, with a sql server on the website, not necessarily MS Sql Server.

Bye, Olaf.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform