Ron Stevens <sqlite-Y9FGH9USQxS1Z/[EMAIL PROTECTED]> wrote:
I have multiple database connections opened against the same database
and I'm having problems with sqlite3_total_changes(). The docs state:

"This function returns the total number of database rows that have be
modified, inserted, or deleted since the database connection was
created using sqlite3_open()."

but it seems like only changes made through the connection I call the
function on are counted.

This is correct.

Is there any way to get the total number of
changes made through all opened connections?

Get the numbers for each connection, and add them up.

Igor Tandetnik

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

Reply via email to