Passa al contenuto principale

ReturnBlobToFile

Structure

ReturnBlobToFile(sSQL, sFileName: String): Boolean

Type

Function

Description

This function takes the sql given in the first parameter and returns the first record and field from this sql. It is assumed when using this function that this field is a blob-type field. The resulting blob is then saved to the location given in parameter 2. This file name should include the full directory path and file name.

Return Value

Text. '1' is the file was saved, '0' if not. |