Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening table on a network
Message
From
31/07/2018 19:36:58
 
 
To
31/07/2018 18:05:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01661392
Message ID:
01661393
Views:
85
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform