CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Visual query builder issue

Print topic Send  topic

Author Message
lfernand

Posts: 19
Posted: 03/11/2009, 1:54 PM

Hi,

I want to make a condition on visual query builder, its a simple equal in sql.

Something like

md5(table.id::varchar) = id(from url)

The problem is that CCS put quotes on my sentence, this trigger a database error on postgres.

"md5(table.id::varchar)" = id(from url)

Error: "md5(table.id::varchar)" is not a column

The only way to eliminate the quotes is elimnating the dot, but I cant do that, since there are several tables with the ID column.

Any ideas?
View profile  Send private message
datadoit
Posted: 03/11/2009, 5:15 PM

See if it'll take the ` character:

`md5(table.id::varchar)` = id(from url)
lfernand

Posts: 19
Posted: 03/12/2009, 11:32 AM

datadoit, thanks for the reply, but I couldnt make it work. CCS continues to put quotes (" ") on the sentence.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.