0

We have a requirement to insert a excel/pdf file into SQLite database filed.How can we do this ? Is it possible to convert the excel/pdf file in some binary format and then insert into a blob field in DB? We don't want to save the files in the documents directory and store the file names in sqlite.

1 Answer 1

1

why not save the files in the documents directory and store the file names in sqlite?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.