TMyLoader allows to load external data into the server database.
For a list of all members of this type, see TMyLoader members.
TMyLoader = class(TDALoader);
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.
TDALoader
TMyLoader