Developing TUniMetadata

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
roznicki
Posts: 14
Joined: Tue 09 Feb 2010 13:15

Developing TUniMetadata

Post by roznicki » Tue 09 Mar 2010 09:55

Do you plan to add new MetaDataKinds in future release? I think you should consider using interface similar to JDBC. There are functions like getImportedKeys and getExportedKeys for accessing foreign keys and many others.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 09 Mar 2010 12:56

We have no such plans now. To get foreign keys please set the MetaDataKind property to the "Constraints" value.

Post Reply