Announcements
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.
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)
Hi
record.Blobfield.CreateOutStream(OStream);
OStream.Write(TextVar);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,142 Super User 2024 Season 2
Martin Dráb 227,979 Super User 2024 Season 2
nmaenpaa 101,148