HI everyone..

I am trying to find a way to insert a file (e.g. jpg, gif or Microsoft Word) into a Database (preferably SQL). I can't seem to find the method to do it. I know that the column in the SQL table has to be of type 'image'. But I am not sure how to 'open' the file wanted, read it, and pass it into the table.

I am also not very sure how to take these files from database and display it.

Any help will be greatly appreciated.

Thanks

Vincent