Is it possible to use blob & Guid column in sqlite with the current version of DataStorage? I would like to store images using byte[], here is my model:
[Key]
Public Guid CustomerId {get; set;}
Public byte[] Photo {get; set;}
I know sqlite does not support Guid type so we need to use varchar but question is, can your library convert Guid to string and vice-versa when talking to sqlite?
If these is not supported yet, then is there any plan to support it in near future?
Thanks
Binoy
7 Answers, 1 is accepted
Regarding BLOB data -- we will add your suggestion to our product backlog but currently we cannot commit a specific time frame for the availability of this feature as we will need to research and evaluate the required effort.
I hope this was useful. Let me know if there is anything else I can assist you with.
Regards, Bulent
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Thanks for the reply. Is it possible to use DataStorage with VS2013 on Windows 8.1? I can use Windows 8 XAML control with VS2013 on Windows 8.1 but DataStorage is not compatible with VS2013 on windows 8.1. I cannot create windows 8.1 apps with DataStorage library.
Thanks,
Binoy
Thank you for your interest.
Currently you cannot use DataStorage with VS2013 projects on Windows 8.1.
We will support VS2013 projects shortly after Windows 8.1 RTM is officially launched this month.
I hope this helps. Feel free to contact us if you need further assistance.
Bulent
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Thanks,
Binoy
Thank you for contacting us.
Unfortunately, we have no immediate plans to implement this functionality and still can not provide a time frame for its availability.
Let us know if you have any other questions.
Regards,
Rosy Topchiyska
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Has blob support been added yet? This seems like a huge deficiency.
I've been struggling with an issue where I have am saving an object to database with a byte[] property. When I select the object I get everything back from database except the byte[] property is null. I'm not getting any errors on insert or select.
I'm hoping that I don't need to discontinue using the data storage extensions, but I will hold off on further investigation/development until I hear back on this.
We are considering adding the feature in our component by the end of the year. We will do our best to include it in our next official release.
Regards,
Tsvyatko
Telerik