Get full database schema?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brian71us
Posts: 10
Joined: Wed 01 Feb 2012 13:00

Get full database schema?

Post by brian71us » Mon 31 Oct 2016 16:48

Hello,

I see methods for getting table names, stored procedure names and database names. Is it possible to get other schema information such as columns and indexes?

Thank you,
Brian Wheatley

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Get full database schema?

Post by MaximG » Tue 01 Nov 2016 08:35

Please specify, what kind of database do you use? UniDAC includes the TUniMetaData component, designed to obtain information about database objects : https://www.devart.com/unidac/docs/?dev ... tadata.htm

Post Reply