Re[2]: [sqlite] Inserting image files into a database table

2006-03-27 Thread Teg
s information that is >> private and confidential. If you have received it in error, please >> notify the sender and delete the entire message including any >> attachments. >> >> Thank you. >> >> -Original Message- >> From: Srikanth [mailto

RE: [sqlite] Inserting image files into a database table

2006-03-27 Thread Boris Popov
received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -Original Message- From: Srikanth [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 2:15 PM To: sqlite-users@sqlite.org Subject: [sqlite] Inserting image files into a database

[sqlite] Inserting image files into a database table

2006-03-27 Thread Srikanth
Hi, Could someone give me the procedure for inserting images into a database table? E.g., say I created a table thus: create table first_table( picture_name string, picture BLOB); How do I insert an image into the picture field? Thanks. Srikanth.