> I need a bulletproof routine to create unique integer IDs for 
> inserting rows into multiple tables in a MSSQL 7 database.

If you are happy to use 2 integers to uniquely identify such a row, then you
could use the ID of the table in sysobjects as well as an identity column in
the table itself.

Paul Ritchie.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to