TMSLoader allows to load external data into the server database.
For a list of all members of this type, see TMSLoader members.
TMSLoader = class(TDALoader);
TMSLoader serves for fast loading of data to the server. TMSLoader functionality is based on the SQL Server memory-based bulk-copy operations using the IRowsetFastLoad interface. Simultaneous loading into multiple tables is not supported. Data loading is performed without transactions.
TDALoader
TMSLoader