I was using Tokyo 10.2.3 to save blobs to a sqlite table using FireDac. I used Tparam.StreamMode and TParam.asStream. Alas, XE5's firedac doesn't have these properties. Does anyone know the equivalence in XE5?
I was using Tokyo 10.2.3 to save blobs to a sqlite table using FireDac. I used Tparam.StreamMode and TParam.asStream. Alas, XE5's firedac doesn't have these properties. Does anyone know the equivalence in XE5?
We are officially using XE5, but I use Tokyo as my development IDE.
We are officially using XE5, but I use Tokyo as my development IDE.
Ok, I used SetBlobRawData instead, and set the Datatype to ftBlob, instead of ftStream..
ReplyDeletefmxexpress.com - Read And Write A Blob Field Using FireDAC With Firemonkey On Android And IOS
ReplyDeleteEli M I suspected I could create a blobstream , but I found another way. Thanks.
ReplyDelete