SDAC

TMSDump 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 TMSDump members.

Unit

MSDump

Syntax

TMSDump = class(TDADump);

Remarks

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

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

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

Inheritance Hierarchy

TDADump
   TMSDump

See Also

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