Options

Storing XML file in a blob field

prateekarya2011prateekarya2011 Member Posts: 40
edited 2015-01-08 in NAV Three Tier
Hello All,

I have doubt regarding the saving of XML File into BLOB type field in a table created.

I have tried this code


ActivityLog."Request BLOB".CREATEOUTSTREAM(StreamOutObj);
XMLDoc.Save(StreamOutObj);
ActivityLog.INSERT;

The details of the above are

Activity log : Record Variable
XML Doc : Dot Net type variable

Please help me

Comments

Sign In or Register to comment.