Tuesday, 3 September 2013

Best way to query Sqlite DB in Win32 C

Best way to query Sqlite DB in Win32 C

I added the SQLite3 source to my project and compiled it. My file size is
huge (~400KB). I need my file to be as small as possible. What is the best
way to do SQLite queries in C++ ? When i say best i mean the smallest
possible file size. Any other light weight SQLite libs for C++?

No comments:

Post a Comment