Subject Re: [firebird-support] Re: Creation of a "Replication Friendly" database. Any rules of thumb?
Author Joe Martinez
One more thing... Although I use GUID's at the primary keys on all my
tables, certain tables have a location ID field and/or an integer record
number field, and I add a unique index on these fields. If I need a "human
readable" number, such as a customer number or invoice number, then I use
the extra integer field.

-JOe

At 01:49 AM 3/24/2005, you wrote:


>Thank you all for your input. I am going to go down the GUID route. I
>like the idea of not having to worry about the uniqueness of it.