Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Use of Object Store

I am trying to use an object store instead of the file system.

To test it I have adapted to DocUpload sample to use my object store. Of course with the normal Google store it works fine.

My SQL server object store has two columns, FileName nvarcharmax(255) and File varbinary(max)

I have set the object store to be called “blobs” and in the samples data for the app sample I have set the storage to “blobs”

saving an image causes NO records to be stored in “blobs”. (or anywhere else for that matter)

then I also read that only two fields/columns will be used in an object store. So even if I got it to work, how would I for example create a reference to the one stored blob so that it can be the child of something?

Finally should it work also for eg a PDF file in the same store?

0 7 288
7 REPLIES 7
Top Labels in this Space