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 198
7 REPLIES 7
Top Labels in this Space