PostgresDAC

TPSQLCopy.Methods.SaveToServerSideFile

Previous Next

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

Syntax:

procedure SaveToServerSideFile(const FileName: string);

Description:

Call SaveToServerSideFile to save the produced database data to the file specified by FileName. FileName is the correct path over the remote (server) filesystem.

See also:LoadFromServerSideFile