Hi there,
I am playing around with stellards.io - which looks great to me so far.
I just cannot figure out how to save blobs:
I have a table in my stellar project, which has a blob field "Graphic"
I have several other "regular" fields
I am using a TTMSFNCCloudStellarDataStoreDataSetVCL connected through a TTMSFNCCloudStellarDataStoreConnection - which connects fine.
I have regular VCL DB controls connected: DBGrid, DBNavigator, DBMemo - all works fine, I can edit, post and scroll through the available records.
I can even paste images via a DBImage component. No error on Dataset.Post. I can scroll through the dataset and the various images show up correctly.
-> The image data is apparently not persisting. It only seems to be cached locally. In other words, once I restart my app, only data from the "regular" fields is in the stellar DB.
Is there any special command to make TTMSFNCCloudStellarDataStoreDataSetVCL post blob data back to my stellards table?
PS: I followed @brunofierens WebCore Book Challenge video and am able to persist a blob from within an WebCore app using the TWebStellarDataStoreClientDataset.WriteBlob technique.
Though, I cannot find an equivalent for TTMSFNCCloudStellarDataStoreDataSetVCL