E. van der Poll
Member²
How can I find out whether the fieldnames in a TOracleDataset were quoted in the actual select statement?
Example:
select artnr "Artikel_Nummer" from XXX order by YYY
We are working with a grid. Clicking on the grid title should change the order by clause by replacing YYY. But if I replace YYY with the column fieldname Artikel_Nummer Oracle will not allow this. I should have added the quotes around the name in the order by clause. Is there a simple way to find out from a TOracleDataset whether a certain field name should have quotes around it.
Example:
select artnr "Artikel_Nummer" from XXX order by YYY
We are working with a grid. Clicking on the grid title should change the order by clause by replacing YYY. But if I replace YYY with the column fieldname Artikel_Nummer Oracle will not allow this. I should have added the quotes around the name in the order by clause. Is there a simple way to find out from a TOracleDataset whether a certain field name should have quotes around it.