Inserting Images
-
I'm using SQL Express and I have a table that has a column of type image. My question is how to I go about inserting and/or updating an image in a row using C#? I'm aware that the image type in SQL is simply a BLOB, but I don't know how to insert an acutal picture (.jpg) using C#. Any and all help on this is very appreciated. - Aaron
-
I'm using SQL Express and I have a table that has a column of type image. My question is how to I go about inserting and/or updating an image in a row using C#? I'm aware that the image type in SQL is simply a BLOB, but I don't know how to insert an acutal picture (.jpg) using C#. Any and all help on this is very appreciated. - Aaron
just check this article it helped me. www.codeproject.com/cs/database/ImageSaveInDataBase.asp I hope it will help u too. :laugh::laugh: