user339160
user339160

Reputation:

Insert excel file in SQLite Database in Iphone

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.

Upvotes: 0

Views: 374

Answers (1)

meggar
meggar

Reputation: 1219

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

Upvotes: 1

Related Questions