Pls Someone advice.
Dan
Because both with ODBC or VFP OLEDB Provider you
need to give a path valid in the current LAN, there
is no Server process running for a DBC, it's a file
database.
You can solve that by using a VPN connection, but that
is not only slower, but also has a higher latency
compared to a LAN, remoting the desktop can handle
this better in most cases, then remoting the data
access. Be aware that DBFs are sensitive to network
errors or unstabilities and these are more probable
in a VPN network.
There once was a product called VFP Server, but their
site www.vfpserver.com is down. They provided the
missing service that would enable using DBCs remote
as a real database server, but using that would need
a rewrite of the applications data access anyway,
and if you choose a rewrite MS SQL or some other RDBMS
may be the better choice, than adding a Server component
to a DBC.
A third possibility is another way of a rewrite, keeping
the DBC, but developing a web application frontend for it.
Bye, Olaf.
Good Luck !
Mondo Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net
"Marc" <du...@abcd.com> wrote in message
news:#xbixQ2f...@TK2MSFTNGP05.phx.gbl...
Mondo Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net
"Marc" <du...@abcd.com> wrote in message
news:#xbixQ2f...@TK2MSFTNGP05.phx.gbl...
But AFAIK the driver settings of their ODBC
driver also need path to the DBC, which also
is not "remote friendly". But I might be missing
something here, as I haven't done much with ADS.
Even if the connection string does not work with
Instance or database (alias) names, it could still
work remotely, the paths would only need to work
local for the ODBC driver.
Bye, Olaf.
A webservice make in Foxpro or .Net , and you can send and receive a Dbf
or Xml.
Olivier,
Marc a écrit :