Loads a file into a blob field in the SAP Business One database.
| Visual Basic |
|---|
Public Sub LoadBlobFromFile( _ ByVal pIBlobParams As BlobParams _ ) |
The database table and its blob field, the key of the record whose blob field is to be set, and the path to the file to be uploaded to the blob field.
| Loading a file into a blob field (C#) | Copy Code | |
|---|---|---|
| ||