Dear All,
I have a SQL database call Books, containing the following fields.
ID [int]
Name varchar(50)
Author varchar(30)
Pic1 [image]
Pic2 [image]
Pic3 [image]
Active [bit]
I want to add 3 images to my SQL database using vb.NET. These images will be selected by the user via a common dialog box.
can someone help me with the sample code, please?
Thank you.
Rgds,
Niroshan.