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

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Oct 24 16:23:17 CEST 2011


On 2011-10-24 14:43, michael.vancanneyt at wisa.be wrote:
> We will of course support GUID PKs, although in my opinion, there is
> precious little to support as it will in general be client code that
> generates the GUID (unless I am much mistaken in what is common 
> practise) ?

That is indeed the case. There is nothing extra that needs to be added
to SqlDB. Our primary key fields are simply a varchar(36), and we all
know a string value / varchar() is already well supported. ;-)


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/




More information about the fpc-pascal mailing list