Subject | Re: [firebird-support] HOW TO MANAGE ROW KEYS WHEN MOVING PROJECT FROM ONE DB TO ANOTHER? |
---|---|
Author | Anderson Farias |
Post date | 2009-05-28T02:27:25Z |
Hi,
Older ones you have to use some UDF or generate it client side.
It's recomended that you store gen_uuid() values on a char(16) octets field.
Search for gen_uuid in this group and you'll find more info.
Regards,
Anderson Farias
>How would one normally deal with this problem? Presumably one must alwaysYep. Use UUIDs. Recente FB versions have an internal gen_uuid() function.
>use globally
>unique keys, but can these be generated in firebird?
Older ones you have to use some UDF or generate it client side.
It's recomended that you store gen_uuid() values on a char(16) octets field.
Search for gen_uuid in this group and you'll find more info.
Regards,
Anderson Farias