Is it possible to use Sqlite3 transaction capability based on actual return of individual transaction query execution?
Example: BEGIN SELECT for reading the database (Here I will get data in my read call back function Based on data status I may initiate other transaction, like below Update) UPDATE COMMIT Note :This is implemented by C wrapper function of handling individual operation like Select, Update, Drop or Insert. Cheers- Techi _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users