Property Keyfield in connection component (Sqlite)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jota
Posts: 34
Joined: Tue 22 Nov 2011 19:21

Property Keyfield in connection component (Sqlite)

Post by jota » Tue 22 Nov 2011 19:39

Hi

How I must describe the keyfield property when a table has a composed key with two fields (KeyLevel, KeyElement).

Perhaps with comma between fields names o with plus sign?

Thank in advance

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 24 Nov 2011 09:27

Hello,

If you need to use several fields in the KeyField property, you should separate them with commas when specifying.

Post Reply