E. van der Poll
Member²
Situation: I am using a TOracleDataset (DOA 4.0). My query contains a rowid (select t.*, t.rowid from xxx).
Problem: When I change record I am reading the dataset.rowid and displaying it in my form. It seems the rowid I am seeing is the one for the record I have just left.
Example:
I have three records, with rowid ending on A,B and C. When I have moved from record A to record B, I get the rowid ending on A. When I move to record C I get rowid B, etcetera.
Problem: When I change record I am reading the dataset.rowid and displaying it in my form. It seems the rowid I am seeing is the one for the record I have just left.
Example:
I have three records, with rowid ending on A,B and C. When I have moved from record A to record B, I get the rowid ending on A. When I move to record C I get rowid B, etcetera.