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
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
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
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