so there is to client library to link to ? a simple layer that would mimic
the sqlite interface and do all the xml encoding/decoding and communication
could be handy ?


On 2 April 2014 16:09, Harmen de Jong - CoachR Group B.V. <har...@coachr.com
> wrote:

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



-- 
Noël Frankinet
Strategis sprl
0478/90.92.54
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to