Hi, 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. Is there any way to get the total number of changes made through all opened connections? ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

