MyDAC

TMyLoader Class

TMyLoader allows to load external data into the server database.

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

Unit

MyLoader

Syntax

TMyLoader = class(TDALoader);

Remarks

TMyLoader serves for fast loading of data to the server.

TMyLoader work is based on generation INSERT statements which insert data by several rows for one time (see TMyLoader.RowsPerQuery).

This class is used to simplify INSERT statements generation.

To affect on performance set MyLoader.Connection.Options.Compression property to True.

The quicker way is to generate text file on the client side and load it using TMyBackup.Restore method with Mode = bmText.

Inheritance Hierarchy

TDALoader
   TMyLoader

See Also

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