> 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"
- [DUG]: [DUG-DB]: Unique IDs Stephen Bertram
- Re: [DUG]: [DUG-DB]: Unique IDs Neven MacEwan
- Re: [DUG]: [DUG-DB]: Unique IDs Neven MacEwan
- Re: [DUG]: [DUG-DB]: Unique IDs Nic Wise
- RE: [DUG]: [DUG-DB]: Unique IDs Edge, Martin (SSABSA)
- Re: [DUG]: [DUG-DB]: Unique IDs David Brennan
- RE: [DUG]: [DUG-DB]: Unique IDs Gary T. Benner
- RE: [DUG]: [DUG-DB]: Unique IDs Paul Ritchie
- RE: [DUG]: [DUG-DB]: Unique IDs Stephen Bertram
- Re: [DUG]: [DUG-DB]: Unique IDs Nic Wise
- Re: [DUG]: [DUG-DB]: Unique IDs Neven MacEwan
- RE: [DUG]: [DUG-DB]: Unique IDs Paul Ritchie
- RE: [DUG]: [DUG-DB]: Unique IDs Stephen Bertram
- Re: [DUG]: [DUG-DB]: Unique IDs Neven MacEwan
- Re: [DUG]: [DUG-DB]: Unique IDs Nic Wise
- RE: [DUG]: [DUG-DB]: Unique IDs Paul Ritchie
- RE: RE: [DUG]: [DUG-DB]: Unique IDs Gary T. Benner
- RE: RE: [DUG]: [DUG-DB]: Unique IDs Paul Ritchie