Morning all,
My aim is to store a section of html in a database field to be inserted as part of a html string into a webview. It will be a <table>.....</table>. Can't really do it in code as sometimes the table is required, sometimes not. And also the table can have different amount of cols and rows.
This data will not be updated by the app, just read.
Is it best to store this as a string, or a blob. Never used a blob before, so just want to make sure I'm making the right decision. I'm assuming a blob doesn't need quotes escaping etc?
Thanks