SQLite Forum

Inserting the image as BLOB
Login
Hi, ALL,

If I have a table:

CREATE TABLE images( id INTEGER PRIMARY KEY, image BLOB);

and I have an image:

~/Images/horse.png

what would be the proper syntax to insert that image into that table?

Thank you.