Importing Image from a non Navision table to a Navision blob field
May 12th, 2008ADO, Automations 1 CommentIn SQL it is possible to define tables with a column, which is of type image. This field type is not known by Navision or by ADO and can thereby not be extracted like other fields.
There exists 2 ways to get this fields value.
1) One way is to stream the image to a file and then afterwards import it into the blob.