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
TUniDump
Re: TUniDump
Hello,
the solution for the first question I found:
Dump.Options.QuoteNames:=true;
The secound qustion is open...
Patrick
the solution for the first question I found:
Dump.Options.QuoteNames:=true;
The secound qustion is open...
Patrick
Re: TUniDump
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).