Page 1 of 1

TUniDump - Postgres

Posted: Mon 14 Jun 2021 08:35
by AlainANTOCI
Hi,

Is there anyway to exclude one or more tables with TUniDump ?

I can list all tables with GetTableNames from TUniConnection and delete form StringList then add the result to the TableNames property StringList.Commatext but think it's not a good solution.

Regards

Re: TUniDump - Postgres

Posted: Mon 14 Jun 2021 12:34
by evgeniym
Hey Alain,
In order to work with metadata, in particular with a list of tables, the TUniMetaData component can be used.
You may find more information using the link below:
https://www.devart.com/unidac/docs/deva ... tadata.htm

Regards,
Evgeniy