> How can we use VFP 9 to make a server, which will use the DBC database and DBF files.
> Database and DBF files will be opended constantly by the VFP Server and from the client machines we can use the queries like SELECT * FROM customers where id < 30 so
> the client machine application will have in his memory the temporary table with only
> the rows with id less then 30. We can start and stop this server like SQL Server 2000 and maintain it. There will be the only difference: data will be in DBF files.
Take a look at Advantage databaseServer. Andy Kramek wrote some articles about it.
Take a look at West Wind WebConnect, that makes it possible to send XML from a server to a desktop app, or even an encrypted stream to be DEcrypted at the desktop.
Take a look at Eeva server, which, with some tweaking makes it possible as well.
Boudewijn Lutge®ink
http://www.vfpdevelopers-online.comThe truth will set you free, Ken knew the truth!