Subject | Re: Generating a unique ID |
---|---|
Author | zifnabbe@users.sourceforge.net |
Post date | 2001-11-09T16:26Z |
--- In ib-support@y..., "David R. Robinson" <ibinstall@m...> wrote:
create this UID. The option of merging off-line data in a database is
interesting benefit of using GUID.
Tom.
> > Is using a GUID a good idea?sites,
>
> We use GUIDs for our product. This way if someone has multiple
> remote laptop users that synchronize data, etc. and data frommultiple
> places needs to be merged into one database, you don't have IDto
> collisions since they are globally unique IDs. We convert the GUID
> strip out the dashes and compress it using a base-36 (A-Z, 0-9)long
> conversion on it so it isn't quite as long. It's still a farily
> string, but you shouldn't ever have to worry about two peopleanywhere
> having the same ID.Can you provide me some information, code? (if possible) on how you
create this UID. The option of merging off-line data in a database is
interesting benefit of using GUID.
Tom.
> David R.