[fpc-pascal] How to insert a record and get the primary key with sqldb?

Vincent Snijders vincent.snijders at gmail.com
Mon Oct 24 12:13:48 CEST 2011


2011/10/22 Graeme Geldenhuys <graemeg.lists at gmail.com>:
> 1) Use a GUID created at the time you do the Insert. This also means
> you can do Master/Detail records with no problems at all.

I consider this bad advice. GUID are bad primary keys, because of
their size and the fact they are not sequential by design.

Vincent



More information about the fpc-pascal mailing list