You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an application with an embedded sqlite3 database and I need to make multiple requests one after the other. Is there another way rather than increasing calls to "executeQuery:" method?
And other question. How do I get a line of type BLOB ?? I saw that we could retrieve int, long, double, bool, string and date but nothing for blob and I need to retrieve an image in the database.
Thanks for your answers.
The text was updated successfully, but these errors were encountered:
Hello,
I am developing an application with an embedded sqlite3 database and I need to make multiple requests one after the other. Is there another way rather than increasing calls to "executeQuery:" method?
And other question. How do I get a line of type BLOB ?? I saw that we could retrieve int, long, double, bool, string and date but nothing for blob and I need to retrieve an image in the database.
Thanks for your answers.
The text was updated successfully, but these errors were encountered: