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 » SQL problem
Re: SQL problem [message #35549 is a reply to message #35546] Wed, 29 February 2012 00:42 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3437
Registered: August 2008
Senior Veteran
Hello all

I have tried to reduce the problem as much as possible.

What is wrong with this code?
	SqlId TABLE("TABLE");
	SqlId FIELD("FIELD");	
	SqlId TEXTSEARCH("TEXTSEARCH");	
	SqlVal set(Coalesce(FIELD, "_"));
	SqlSelect select(SqlAll(), set.As(TEXTSEARCH));
	select.From(TABLE);
	select.OrderBy(FIELD);

Thank you very much in advance.


Best regards
IƱaki
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is it possible to call a stored procedure with an output parameter?
Next Topic: Added partial support for ODBC output parameters, but the solution is ugly
Goto Forum:
  


Current Time: Wed Jul 02 17:39:26 CEST 2025

Total time taken to generate the page: 0.03432 seconds