Rahul Banerjee wrote:
I'm trying to integrate SQLite into a library management system coded in C++. I'm extremely new to SQLite and the documentation at http://www.sqlite.org didn't do it for me.
Can anyone give me some help/tips.
All I need to do is:
1. Access db
2. Retrieve data from a particular row and column (and store it into a var)
3. Write/Modify data into db
4. Save and exit db

Any help is greatly appreciated!


Rahul,

This link http://www.codeproject.com/database/CppSQLite.asp will take you to a site that has a good C++ wrapper for SQLite and some good sample code that shows how to use the wrapper to do the things you need to do. The CppSQLite wrapper library is available to download from the site as well.

HTH
Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to