Page 1 of 1

TUniDump

Posted: Fri 19 Aug 2016 11:43
by Ykcim
Hello,

I have two questions by using the TUniDump:
1. How can I adjust that the names of the tables are written in inverted comma in the SQL-Statement of BackupToFile?
2. I like to get the create-statement and the insert-statement, but when I adjust the property AddDrop I only get the insert-statment.

Thank you very much
Patrick

Re: TUniDump

Posted: Fri 19 Aug 2016 12:18
by Ykcim
Hello,

the solution for the first question I found:
Dump.Options.QuoteNames:=true;

The secound qustion is open...

Patrick

Re: TUniDump

Posted: Tue 23 Aug 2016 09:33
by MaximG
The TUniDump component doesn't support the described functionality. Queries for creating DB objects in dump may be retrieved only using our specialized DAC products. For example : PgDAC (TPgDump components), LiteDAC (TLiteDump component).