I have problem about insert picture to my SQL database
Omid Nosratian
Select an image from your device to upload
yeh, of course the picture which u take it should be binary type
or another way is to link the that picture in ur datatable
mean save the picture in ur pc and link that location it's easiest way but not proffessional
it should be binary type
when i try to insert a picture to the database's table ,occured an exception, the data type of the Picture's field in table of the database is Image .
the exception occured on this code:
newRow["Picture"] = pictureBox1.Image;
and the exception error is: