Page 1 of 1

DADE Plug-Ins for Report Builder

Posted: Tue 20 Jan 2009 22:49
by yozey
Has anybody written a plug-in for RB DADE?

Posted: Wed 21 Jan 2009 10:10
by Plash
We are planning to add PgDAC components for Report Builder in one of the next PgDAC builds.

Posted: Sat 24 Jan 2009 00:04
by yozey
Ok I've successfully created some DADE components, however there is one issue that others will run into. Because DADE SQL builder does not wrap field or table names in double quotes ("), when you're using mixed case table and field names, the script will fail when sent to the server.

Just to let you know.

Posted: Mon 26 Jan 2009 08:39
by Plash
Thank you for information.

Posted: Mon 26 Jan 2009 17:29
by snorkel
yozey wrote:Ok I've successfully created some DADE components, however there is one issue that others will run into. Because DADE SQL builder does not wrap field or table names in double quotes ("), when you're using mixed case table and field names, the script will fail when sent to the server.

Just to let you know.
Can't you set the query component used in the plugin to qoute names?
I would think that would take care of the issue.