how to retrive image from the database
how to retrive image from the database
Collapse
X
-
For sql database, you could store the image asOriginally posted by chinnaitshow to retrive image from the database
byte[] img;
Read the image file from location and store it in database (SQL Server data type image)...
When you want to display ... read the byte array and generate an image... -
The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.
Then when you are ready post a new question in this thread.
MODERATORComment
Comment