Hello everyone .

The thing is as follows:
- 1 picture box
- 1 button

- on_click picturebox = loads image from HDD with OpenFileDialog
- on button = validates if there is a pic in PictureBox.Image
saves PictureBox.Image in DB


I know how to do everything except saving the in the DB.
I am using SQL server 2008 DB .

Any help ?

Thanks in advance.
Best Regards .