How to insert jpeg file into sql server 2000 And how to retrieve to .net form
-
Hi friends, I am working in .net 2005 and sql server 2000 use as back end. My problem is how to insert jpeg file into database and how to retrieve it into .net form.:omg:
-
Hi friends, I am working in .net 2005 and sql server 2000 use as back end. My problem is how to insert jpeg file into database and how to retrieve it into .net form.:omg:
Store it into an image column. Information sent back and forth will be using byte arrays. You can obtain a byte array representation of an image from the Bitmap class, you can also instantiate an instance of a bitmap class using a byte array.
*** Developer Day 4 in Reading, England on 2nd December 2006 - Registration Now Open *** Upcoming Scottish Developers events: * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog