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 previous 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);
}
 
Read Message
Read Message
Previous Topic: Sqlite Column Types
Next Topic: Multithread build problem with MySql
Goto Forum:
  


Current Time: Mon Apr 27 23:55:14 GMT+2 2026

Total time taken to generate the page: 0.00771 seconds