ReadColumnFromFile

Definition:

ReadColumnFromFile(filename, datasource, column)

 

Description:

Insert the contents of a file into a specified column of the current record of a specified Data Source table.

 

Platforms:

Universal Windows, Windows Desktop

 

Parameters:

filename - required

 

datasource - required

Specifies the Data Source to which the file will be written – click here for the format of this parameter.

 

column - required

Name of the column to which the file will be written.

 

Returns:

nothing

 

Notes:

  • The entire contents of the file will be written as a continuous string into the specified column. If the column already contains data, the existing data will be overwritten.

  • The column can contain any type of data including pictures.

  • If the file specified can't be found, an error message to this effect will be displayed.