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 » Community » U++ community news and announcements » SqlLoadTable, SqlLoadColumn
SqlLoadTable, SqlLoadColumn [message #36549] Fri, 08 June 2012 15:35
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Two simple helper functions useful for loading the whole table into or key-column pairs into *Maps:

	ArrayMap<int, S_SIMPLE_TEST1> x;
	SqlLoadTable(x, SIMPLE_TEST1, ID); // 'ID' is not required, it is default

	VectorMap<int, String> y;
	SqlLoadColumn(y, SIMPLE_TEST1, NAME, ID);
Previous Topic: Clean Exit
Next Topic: Language settings / translations now per-thread
Goto Forum:
  


Current Time: Thu Apr 25 10:42:01 CEST 2024

Total time taken to generate the page: 0.02818 seconds