EPUB | CHM | PDF

TPSQLCopy.Methods

Top Previous Next

Please see TPSQLCopy methods short descriptions below:

LoadFromClientSideFile

Copies data from a local (client) file to a table.

LoadFromServerSideFile

Copies data from a remote (server) file to a table.

LoadFromStream

Send to server data read from a stream.

LoadFromStrings

Send to server data read from a TStrings object.

SaveToClientSideFile

Writes the returned data to the specified file situated on the client file system.

SaveToServerSideFile

Writes the returned data to the specified file situated on the server file system.

SaveToStream

Writes the fetched data to a stream object.

SaveToStrings

Writes the fetched data to a TStrings object.