Hello,
I have retrieved a bunch of record from an Oracle query I need to locate a specific record by on field and retrieve the value of another field in the same record. If I was using the OracleDataset component I could use the standard Dataset.Locate function.
Is there an equivalent method or function I can use on the OracleQuery component - other than looping through all of the fields in the resultset?
Thanks
I have retrieved a bunch of record from an Oracle query I need to locate a specific record by on field and retrieve the value of another field in the same record. If I was using the OracleDataset component I could use the standard Dataset.Locate function.
Is there an equivalent method or function I can use on the OracleQuery component - other than looping through all of the fields in the resultset?
Thanks