Saves to a file the contents of a blob field in the SAP Business One database.
| Visual Basic |
|---|
Public Sub SaveBlobToFile( _ ByVal pIBlobParams As BlobParams _ ) |
The database table and its blob field, the key of the record whose blob field is to be saved to a file, and the path of the file to be saved with the contents of the blob field.
| Saving a blob field to a file (C#) | Copy Code | |
|---|---|---|
| ||