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 #17135 is a reply to message #14170] Wed, 30 July 2008 17:57 Go to previous messageGo to previous message
WebChaot is currently offline  WebChaot
Messages: 53
Registered: September 2006
Location: Austria, Vienna
Member
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
 
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: Sun May 12 14:45:45 CEST 2024

Total time taken to generate the page: 0.01405 seconds