Showing ROWID in TOracleDataset

plpolak

Member²
I have an application that receives Oracle queries from another application in text files. The application picks these files up, and opens them in a TOracleDataset, and shows them to the user in a DBGrid. So far no problem.

When I have a query containing a rowid, the dataset doesn't show it. However when there are multiple rowid's in the dataset, the first one is hidden, and the others are shown correctly.

Isn't it possible to have a property in TOracleDataset 'ShowRowids' or something like that, to show the first rowid in the statement as well. I know I can use ROWIDTOCHAR to show it, but then I need to parse and modify the query, and that is not a very simple solution.

regards,

Pieter Polak
 
You have already described the 2 solutions, I don't think there is any other way to accomplish this.

------------------
Marco Kalter
Allround Automations
 
Back
Top