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 » Prefix to prevent name clash in SQL: SqlId, variables, tables, ...
Re: Prefix to prevent name clash in SQL: SqlId, variables, tables, ... [message #17171 is a reply to message #17135] Fri, 01 August 2008 10:07 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13979
Registered: November 2005
Ultimate Member
WebChaot wrote on Wed, 30 July 2008 11:57

Hi Mirek!

I found this article in forum related to my current problem:

I need to create grids (arrayctrl) via database tables. But because of these lines

for(int i = 0; i < cn->info.GetCount(); i++)
cn->info[i].name = Toupper(cn->info[i].name);

i allways get the column headers in upper case. Is it possible to put switch to suppress this auto-uppercase functionality?

WebChaot


Hm, I am afraid it is not the right approach.

Maybe we could add the name in the "original form" to ColumnInfo?

Mirek
 
Read Message icon3.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: transactions and sql
Next Topic: Some questions around SQlite3
Goto Forum:
  


Current Time: Mon May 13 02:45:36 CEST 2024

Total time taken to generate the page: 0.02492 seconds