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 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: Wed May 15 06:09:36 CEST 2024

Total time taken to generate the page: 0.02079 seconds