Writes the returned data to the specified file situated on the client filesystem. Syntax: procedure SaveToClientSideFile(const FileName: string); Description: Call SaveToClientSideFile to save the produced database data to the file specified by FileName. FileName is the correct path over the local (client) file system. See also: LoadFromClientSideFile |