Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query dbf thats on the web...
Message
De
29/05/2008 12:30:47
 
 
À
29/05/2008 11:47:56
Chris Sund
Silhouette Solutions
Utah, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Divers
Thread ID:
01320269
Message ID:
01320283
Vues:
16
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform