Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all

I have images folder, and i want insert all of these images in that folder into Images table in my MS database.

I am using ASP and c# in my application, the Data Type of Image Column in my database is Image.

If any body have any solution please give it to me.


Thank you.
Posted
Updated 16-Dec-11 21:54pm
v2

1 solution

If you're using a filestream column in your database poerhaps this would help: How to store and fetch binary data into a file stream column[^]

The UI is built using WPF in the example but that shouldn't be a problem since the logic to handle the database calls is not UI dependent.
 
Share this answer
 
Comments
Medo-I 17-Dec-11 3:44am    
In my Image column in my database, i am using Image Tata Type.

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