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++ Core » FIX: Value has Value, Value Type VALUE_V
Re: FIX: Value has Value, Value Type VALUE_V [message #30160 is a reply to message #30156] Sun, 12 December 2010 15:54 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Sorry, no.

Ref is AFAIK only used with Sql::Fetch. But it is a quite strong case to support its existence...

Consider:

Date date;
String name;
double price;
sql * Select(NAME, SINCE, PRICE).From(TABLE);
while(sql.Fetch(name, date, price)) {
   .....
}


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Value question (memory consumption)
Next Topic: asxml...or like I would like to keep encoding...
Goto Forum:
  


Current Time: Tue Aug 26 21:18:31 CEST 2025

Total time taken to generate the page: 0.05411 seconds