On 21-Dec-2010, at 5:02 AM, Richard Hipp wrote:
> (2) Create your own custom mini-SQL-server using SQLite and your own
> protocol for your applications to talk to that min-server over the network.


The key here is to define your own app-specific protocol for communication 
between client and server, where the client knows nothing about the SQLite and 
the server implement the protocol using SQLite. 

--radzi.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to