2
Answers

Retrieve image from database

I have saved image in varbinary datatype in sql server. Instead of showing its binary format i want to see actal image in sql server console as a output.
so if anyone know how can i retrieve image in sql server commands or anything??
plz help mee. 
 
Answers (2)
1
Sagar  Pandurang Kap

Sagar Pandurang Kap

NA 2.7k 7.4k 7y
Hi,
Try using below links :-
 
http://www.c-sharpcorner.com/uploadfile/e628d9/inserting-retrieving-images-from-sql-server-database-without-using-stored-procedures/
http://dotnettutorials.com/tutorials/database/save-retrieve-image-cs/
https://www.aspsnippets.com/Articles/Inserting-and-Retrieving-images-from-SQL-Server-database-without-using-Stored-Procedures.aspx
 
Hope it helps...
Accepted
2
Altaf Ansari

Altaf Ansari

NA 1.4k 27.3k 7y
Please refer this:
 
http://www.c-sharpcorner.com/uploadfile/e628d9/inserting-retrieving-images-from-sql-server-database-without-using-stored-procedures/