Add HTML file to SQLite database

I want to add an html file to my sqlite database. And also want to extract data from html file into my application. I want this using search functionality. Any help determined? Thanx in advance ...

+5
source share
1 answer

You can upload files to a physical location and add the path to the database. That would be a suitable way.

0
source

All Articles