I like to use an database for my program, and I ran into SQLite.
At my first look, SQLite looks great. But there’s only one thing.
I don’t want that users must install SQLite in order to run the program.
Now did I see that I can download the source code of it.
So my question to you guys is… Can I compile the SQLite server into my program, and then use the server like normal? And when you stop the program, the server stops also??? Is this possible?
Thanks in advance
SQLite doesn’t use a server, it’s just a DLL reference and a shared file format. It is the best choice for what you are trying to do.
Check this library out: http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki , http://sqlite.phxsoftware.com/