flashkid10
Member
- Joined
- Dec 9, 2016
- Messages
- 16
- Programming Experience
- Beginner
I am currently learning how to work with databases within c#Winforms. I have created a column in the DList (the Access database) called "Cover". it stores attachments, most of them have an image in them. how do i extract the image (perferable both jpg and png) from the database (i already have the odbc connection) and display it in a picture box? I already have a system that extracts everything in the database and places them into a DataTable (called "LData"), can this be used to help?