I have been trying to figure out how to add an image to my database table, so when a query comes back with information it also provides an image. I see an image data type in SQL server 2008, but I cannot figure out what to do with byte[]. I was hoping to just link to an image in my project folder: images/item1.png
is this possible?
Thank you