Richard Grimmett
New Member
I need to access a Progress 9.1d table via OpenLink jdbc drivers, and process the rows in the order in which they were created.
I do have control over the creation of the rows within the ABL app, but cannot see a way of allocating an auto increment field in 9.1d, and do not particularly want to have the overhead of having more database activity to secure a 'control' number.
I was wondering whether I would be able to use an SQL 'order by RECID(table)', or whether RECID is not incremented all the time. I cannot find reference in the Progress manuals to how RECID is allocated.
Can anyone shed light on this, or suggest an alternative please?
Thanks
Richard
I do have control over the creation of the rows within the ABL app, but cannot see a way of allocating an auto increment field in 9.1d, and do not particularly want to have the overhead of having more database activity to secure a 'control' number.
I was wondering whether I would be able to use an SQL 'order by RECID(table)', or whether RECID is not incremented all the time. I cannot find reference in the Progress manuals to how RECID is allocated.
Can anyone shed light on this, or suggest an alternative please?
Thanks
Richard