Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi.
I got two sql server based databases named exerciseTable and picFullTable. In exerciseTable I have two char columns named ID and exerciseName. In picFullTable I have columns. First column is char and named ID and second one is an image column called pic. The ID in both tables are similar and the pictures are saved as binary[] in image column.

I want to retrieve pictures by calling the name of each exercise and display the picture in a pictureBox.

Help me please.
Posted
Updated 11-Jun-12 3:00am
v4
Comments
Sandeep Mewara 10-Jun-12 11:30am    
And your issue is? What have you tried? Where are you stuck?

 
Share this answer
 
Comments
Pooya F.A 19-Jun-12 7:08am    
Thank you so much. It helped me.
Jαved 21-Jun-12 7:14am    
You are welcome.
What is the real question at hand? I hope you are not asking someone to write an application for you that does everything you need.

If you just focus on the problem that stops you from going any further, then you can expect an answer. So far your question is far too vague.
 
Share this answer
 
Comments
Pooya F.A 11-Jun-12 8:59am    
Retrieving the image into pictureBox is OK.

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