U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » Sqlite Rows Processed
Sqlite Rows Processed [message #1506] Tue, 07 March 2006 16:07 Go to next message
abarilla is currently offline  abarilla
Messages: 9
Registered: March 2006
Promising Member
Here's the code for the GetRowsProcessed function for sqlite.

int Sqlite3Connection::GetRowsProcessed() const {
	LOG("GetRowsProcessed()");
	return sqlite3_changes(db);
}
Re: Sqlite Rows Processed [message #1516 is a reply to message #1506] Tue, 07 March 2006 22:15 Go to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
abarilla wrote on Tue, 07 March 2006 10:07

Here's the code for the GetRowsProcessed function for sqlite.

int Sqlite3Connection::GetRowsProcessed() const {
	LOG("GetRowsProcessed()");
	return sqlite3_changes(db);
}




Wow, thanks! (If I remember well, we were not able to find that in Sqlite manual).

Mirek
Previous Topic: Sqlite Column Types
Next Topic: Multithread build problem with MySql
Goto Forum:
  


Current Time: Mon Apr 27 18:39:27 GMT+2 2026

Total time taken to generate the page: 0.00740 seconds