Announcements
No record found.
I have a text value and it has 15000+ characters, i need to save it in a table. And after doing some research i now know that i have to use BLOB to save this value in a Table. Now how can i convert this text value into BLOB.
Hi
record.Blobfield.CreateOutStream(OStream);
OStream.Write(TextVar);
community.dynamics.com/.../how-to-write-the-blob-filed
Just want to add to Soft Devil's if you want to temporary write the data to a Blob,
you can also use TempBlob.Blob.CreateOutStream(OStream)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,005 Super User 2026 Season 1
YUN ZHU 1,148 Super User 2026 Season 1
Khushbu Rajvi. 557 Super User 2026 Season 1