U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Tue Sep 08 17:44:23 GMT+2 2026

Total time taken to generate the page: 0.01660 seconds