Home » Community » U++ community news and announcements » SqlLoadTable, SqlLoadColumn
SqlLoadTable, SqlLoadColumn [message #36549] |
Fri, 08 June 2012 15:35 |
 |
mirek
Messages: 14267 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);
|
|
|
Goto Forum:
Current Time: Sat Aug 23 19:12:28 CEST 2025
Total time taken to generate the page: 0.03832 seconds
|