Subject Re: [firebird-support] Generator or table ?
Author Friedrich Remmert
Hi,

Am Sonntag, 28. November 2010 05:46 schrieb Lars:
> I have a an web app in development with Firebird on back end for data. It
> will support multiple clients. The first 2 are related, but insist on
> having unique order #'s.
As long as only "unique #'s" are requested, a generator would be ok and should
be used. Simple is better.

fr.