[sqlite] SQLite usage queries

2007-03-06 Thread Aseem Rastogi
Hi All, I have a query regarding SQLite usage as follows. Any pointers will be really helpful. My application presents multiple threads of provisioning to user. SQLite database is used to keep audit logs (change logs storing the user name, time, operation done etc.). Now, the way we have

[sqlite] IO Access Time

2006-07-31 Thread Aseem Rastogi
Hi All, I am planning to migrate to SQLite for my embedded system application. Currently we have a flat text file which we read and write using normal C++ routines. Whole of the configuration is written everytime some change happens. We do it using ofstream. For reading any object, we keep