Click here to Skip to main content
15,918,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on Wpf Project and i want to Reterive Image in sql2008 through wpf Image control.
Posted

To add to previous answer, if you have SQL 2008, you can use Filestream for the data type in the database. Using a filestream makes it easier to handle the image information compared to links outside the database. More info, for example: How to store and fetch binary data into a file stream column[^]
 
Share this answer
 
Comments
Monjurul Habib 24-Dec-11 3:18am    
5!
Wendelius 24-Dec-11 3:27am    
Thanks :)
 
Share this answer
 
Comments
Wendelius 24-Dec-11 3:17am    
Good link, 5'd
Monjurul Habib 24-Dec-11 3:17am    
thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900