PostgresDAC

TPSQLCopy.Methods.LoadFromClientSideFile

Previous Next

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

Syntax:

procedure LoadFromClientSideFile(const FileName: string);

Description:

Call LoadFromClientSideFile to copy data stored in the FileName parameter situated over the local (client) filesystem.

See also:SaveToClientSideFile