Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I access a table DBF using an IP address?
Message
 
À
26/02/2003 06:29:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00757984
Message ID:
00757986
Vues:
15
Jonathan
If you can reach the machine where your table resides, you can either use the machine name or it's IP address, but you HAVE to enable some sharing in the directory where the table resides.
For instance, if you share your drive c, share name C-DRIVE, you could do something like this:
use \\192.168.154.3\C-DRIVE\mytable.dbf
or use \\192.168.154.3\C-DRIVE\myapp\mytable.dbf

HTH
Jaime


>Hi all there,
>
>I have written VFP network applications in the past using a small table for the client to identify the network drive and path of the server.
>
>My clients requested now to be able to connect to the server using WAN and accessing the data using IP address rather than a mapped network drive.
>
>Is it possible? Is there such a command like:
>
>USE http:\\192.168.154.3\c\myapp\mytable.dbf
>
>Well, I have tried without luck so far.
>
>Could any of you enlighten me?
>
>Thanks in advance,
>
>Jonathan
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform