UniDAC

TUniDump Class

The class that serves for storing data from tables or editable views as a script and for restoring data from a received script.

For a list of all members of this type, see TUniDump members.

Unit

UniDump

Syntax

TUniDump = class(TDADump);

Remarks

TUniDump serves to store data from tables or editable views as a script and to restore data from a received script.

Use the TDADump.TableNames property to specify the list of objects to be stored. To launch a generating script, call the TDADump.Backup method.

TUniDump also can generate scripts for a query. Just call the TDADump.BackupQuery method and pass a query statement into it. The object list assigned to the TableNames property is ignored if you call TDADump.BackupQuery. The generated script can be viewed in the TDADump.SQL property.

TUniDump works on the client side. It causes large network loading.

Inheritance Hierarchy

TDADump
   TUniDump

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback