ADSBlob2File()
Write a Binary (memo) field's contents to a file
- Syntax
-
- ADSBlob2File(cFileName, cFieldName) --> lSuccess
- Arguments
-
- <cFileName> File to create. If it already exists, it will be overwritten on success and destroyed on error.
- <cFieldName> Field in the current workarea that contains binary data.
- Returns
-
- <lSuccess> True if the file is successfully written.
- Description
-
- See ACE.HLP for full details about the Advantage Database Server. ADSBlob2File() is a wrapper for AdsBinaryToFile.
- Status
-
- Ready
- Compliance
-
- Harbour extension
- Platforms
-
- Windows 32-bit only
- Files
-
- Library is RddAds Header is ads.ch
- See Also