How to open file in specificatio IP instead of Drive Letter

How to open file in specificatio IP instead of Drive Letter

Postby Dutch » Fri Oct 07, 2005 5:20 pm

Dear All,

How can I open file with IP address such as \\192.168.0.1\data\test.dbf ?
Can we map network driver in VPN?

Thanks,
Dutch
Dutch
 

remote access dbf over IP address

Postby tnhoe » Sat Oct 08, 2005 8:21 pm

Hi,

You can do this :-

- install web server (eg: Apache,IIS, Fivewin web server)
- install xBase plugin which support Clipper/Foxpro commands (eg: AFP or others)
- write html script in html+javascript+Clipper/Foxpro to update dbf/cdx

The speed depands on line connection and the server pc.

Regards
tnhoe
tnhoe
 

Postby Jeff Barnes » Sun Oct 09, 2005 1:32 pm

Dutch,

I do this in one of my apps. I have a config file with the IP address for a certain PC then I just do the following:

cFile := "\\"+alltrim(config->cIP)+"\myDir\Text.dbf"
USE &cFile SHARED NEW ALIAS "PCserver"

Hope this helps,

Jeff
User avatar
Jeff Barnes
 
Posts: 929
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada

I works great. Can I open with public (internet) IP?

Postby dutch » Thu Oct 13, 2005 10:13 am

Dear Jeff,

I try to open with local IP, it works great but I cannot open with public IP (internet). Can I do it? If so, how?

Thanks&regards,
Dutch
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Thanks

Postby dutch » Fri Oct 14, 2005 9:43 am

Thanks tnhoe, I will try it.

Regards,
Dutch
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand


Return to FiveWin for CA-Clipper

Who is online

Users browsing this forum: No registered users and 4 guests