Hi everyone,

I'm new to this forum, so hopefully it helps me out.

I'm looking for someone to help me out with a problem I have trying to insert a picture into a database field.

The user selects a file via a file selector, typically a JPG, BMP, GIF, etc. I then need to be able to insert that file programmatically into a database table / field.

Asumming the table name is "TABLE", field name is "FIELD" and the file name the user selected is "IMAGE.JPG", could someone please show me some code that would allow me to insert the IMAGE.JPG file into the TABLE.FIELD field.

Thanks in advance,
Warren.