>that would be interesting. Is the C interface from your client exactly like 
>the C interface of sqlite ?

Since it is a server application, this server application itself accesses 
SQLite directly via C-API (so this server application uses indeed the C library 
of SQLite). 

However the client needs some way to connect to and communicate with this 
SQLite server. In our case we have chosen to use XML messages over socket to 
communicate with the server. Please have a look at the first post to find some 
examples of how to send your SQL code and prepare statements to the SQLite 
server application.

Best regards,
Harmen
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to