[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: The best way to migrate the database to another platform

Status
Not open for further replies.
D

Dmitri Levin

Guest
If the table does not have a unique index, you can easily create one. Create a sequence. Create an integer field or int-64 if that is a very big table. Then "create trigger" that will assign that field a sequence number and you have a unique index. I did this trick 10 or 12 years ago specifically for Bravepoint's Pro D&L. Still works, no problems.

Continue reading...
 
Status
Not open for further replies.
Top