Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 13975
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 29 05:08:33 CEST 2024

Total time taken to generate the page: 0.03032 seconds