How to store images in a table
In this code we provide an example of how to store an image in a Dynamics AX table.
- The image is stored in a field of the Data type Container and you can use the Extended data type Bitmap.
- Use the Class BinData to load the file and get the data into a container, finally we can assign the container to the table field to store the image.
No comments:
Post a Comment