winstonma wrote:
Thanks for the reply. However I downloaded the CVS and tried to compile from
source, I can't find out anything related to server or client.
Oh, I must have missed the part about client/server. You misunderstand the nature of SQLite. There is no server and no client. SQLite is an engine that gets embedded in your application and operates on databases which are contained in single files (although you can attach additional databases from other files into your main database.)

For more information, please check http://www.sqlite.org/whentouse.html .

I have never used the software you're trying - you might ask the authors for how to use it with SQLite.

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

Reply via email to