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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Please help me make this better
Re: Please help me make this better [message #8563 is a reply to message #8560] Sat, 17 March 2007 21:08 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
I Think, you should use const SqlId& and DropList& instead of const char *, so you could use something like:
Populate(Code, Area, istdEnlType);


void SATS3::Populate (const SqlId& field, const SqlId& table, DropList& control) {
        SQL*Select(field).From(table);
        while(SQL.Fetch())
                control.Add(SQL[0]);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Scribble examples compiling and other errors
Next Topic: Using dual-screen
Goto Forum:
  


Current Time: Wed May 08 04:23:37 CEST 2024

Total time taken to generate the page: 0.02480 seconds