FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How To Connect DBF file Via IPaddress
Posts: 1
Joined: Fri May 16, 2014 02:37 AM
How To Connect DBF file Via IPaddress
Posted: Fri May 16, 2014 09:21 AM

i want to connect DBF File via ip address. because my office is alot of superuser (they browse my network drive). i want to close map network drive is security reason for browser file from network. any one have some solution

thank you

Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: How To Connect DBF file Via IPaddress
Posted: Fri May 16, 2014 11:33 AM

Hola,

I can see some options:

1.- LETODB : http://sourceforge.net/projects/letodb/ ... =directory
2.- NETIO : http://harbourlanguage.blogspot.com/201 ... netio.html
3.- Advantage Database Server

And if you don't need to keep DBF you can find many DBMS and connect to them directly or by ODBC or OLEDB

Saludos

Marcelo

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: How To Connect DBF file Via IPaddress
Posted: Fri May 16, 2014 02:39 PM

Narongsak

You can access any .dbf from a UNC .. either by the server name or the Server IP address ..

Use ( "\Server\share\folder\Customer.Dbf" ) via "DBFCDX" Shared
or
Use ( "\192.168.1.10\share\folder\Customer.Dbf" ) via "DBFCDX" Shared

Both examples work the same..

Rick Lipkin

Continue the discussion