Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening table on a network
Message
De
31/07/2018 19:36:58
 
 
À
31/07/2018 18:05:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01661392
Message ID:
01661393
Vues:
86
This message has been marked as the solution to the initial question of the thread.
>Can a stand alone table be opened on a local network share without the share drive being mapped?
>
>As in something like this (which doesn't work):
>
>USE \192.168.1.199\somefolder\sometable.dbf
>USE /192.168.1.199/somefolder/sometable.dbf
>
You need to know the IP address and the name of the share. Then the syntax is
USE \\192.168.1.99\MyShare\Optional_SomeFolderPathOfMyshare\SomeTable.dbf
The hostname, whether a name or an IP address, is always prefixed with "\\".
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform