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 » Simple SQL question
Re: Simple SQL question [message #31464 is a reply to message #31463] Fri, 04 March 2011 13:36 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3442
Registered: August 2008
Senior Veteran
Hello Mirek

There are some problems (I use sqlite):

- Instead of FULLDATA it has to be used "FULLDATA", as it is a new column so it is not in .sch file

- NAME|"."|SURNAME is translated to "NAME + '.' + SURNAME". It does not produce any SQL error, but no register is found.
However this works: "NAME || '.' || SURNAME"

- I would like to select all columns plus FULLDATA. How is it done in the Select()?

- A comment: As() is replaced by "" in sqlite. sqlite understands it well, although it also understands the classic "AS"

Thank you for your answer.


Best regards
IƱaki

[Updated on: Fri, 04 March 2011 13:37]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SQLArray + Like() + Accents problem
Next Topic: Demo Package of FieldOperator usage
Goto Forum:
  


Current Time: Sat Aug 02 16:36:52 CEST 2025

Total time taken to generate the page: 0.14546 seconds