export/import BLOB

victorMvictorM Member Posts: 24
Dear NAV expert!

I have a problem now..
How can I export or import the data with BLOB type? I try to use dataport but seems like doesn't work. is xmlport can handle this ? or is there another way to export and import the BLOB data ?

Please help, Thanks...

Comments

  • krikikriki Member, Moderator Posts: 9,110
    The question has been asked a few days ago.
    Only one way : you need to export/import the blob-field to/from a file. This you need to handle programmatically in the dataport. You might create a temporary filename in which to save the blob-field and put the filename it in the dataport-file. When importing you have the filename in the dataport and can import the blob-file into the field.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • victorMvictorM Member Posts: 24
    Thanks kriki, it very helpful... :D
Sign In or Register to comment.