Hi All,
Is sqlite allowing to use the same datbase handle(sqlite3_stmt) for both read
and insert operation.
Basislly onehandle(sqlite3_stmt) is inside the transaction which hasn't
commited yet and the same handle is used for the read of the same database. Is
this ok to use one handle for both operations(read and write).
For Sqlserver it didn't allow one handle for both read and write(insert) but I
think the SQLite database will be the same behavior right?
Thanks,
JP
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users