Hi,

is there any interface at any service that can translate this

SELECT A, B, C, D, E, F, G FROM test.TestTab

into that

SELECT `A`, `B`, `C`, `D`, `E`, `F`, `G` FROM `test`.`TestTab` `TestTab`

according to the needs of the underlying database automatically from
basic code or do I have to do it manually?

The design-mode GUI for creating queries does it that way and I'd like
to reuse existing functionality.

TIA,
Marc



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to