Functions

FILEDATA

Returns file data as a byte array.

Syntax

byte[] FILEDATA(string fileName)

Example

FILEDATA("C:\\mydir\\myfile.ext")

Returns the file data as a byte[ ]. This can be used to sync files directly into databases through Data Synchronisation Studio.