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 » Lowercase field name in table - error
Re: Lowercase field name in table - error [message #36796 is a reply to message #36795] Thu, 05 July 2012 19:52 Go to previous messageGo to previous message
mezise is currently offline  mezise
Messages: 54
Registered: April 2006
Member
Even with the fix, code such:
ValueMap row;
sql.Execute("SELECT COUNT(*) cnt FROM info");
sql.Fetch(row);
DUMP(row);

gives in log file:
row = { CNT: 12}

instead of:
row = { cnt: 12}


Commenting the code mentioned by Sender Ghost in <the cause> link fixes this issue, but I guess there is a reason for this code.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What does this code do exactly?
Next Topic: Cannot connect to MySQL database
Goto Forum:
  


Current Time: Mon May 12 13:40:40 CEST 2025

Total time taken to generate the page: 0.02293 seconds