+ 1
How do I load images from sql into my a picture box in c# windows forms?
Hello, I am doing a project for my university and I was wondering how I could insert images taken from sql into a picture box in my c# application.. I've been searching for a code but can't find any helpful Thank you
1 ответ
0
See also my answers to you other question.
First start with
Do you have a database you can test with ?
Can you open a database connenction ?
Can you display the count of records in the table ?
Can you display a text field in the same table ?
First be able to do all this, after that ask more question about images.
It it possible to do it.