TUniDump

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ykcim
Posts: 3
Joined: Tue 30 Apr 2013 10:39

TUniDump

Post by Ykcim » Fri 19 Aug 2016 11:43

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

Ykcim
Posts: 3
Joined: Tue 30 Apr 2013 10:39

Re: TUniDump

Post by Ykcim » Fri 19 Aug 2016 12:18

Hello,

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

The secound qustion is open...

Patrick

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

Re: TUniDump

Post by MaximG » Tue 23 Aug 2016 09:33

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).

Post Reply