How can i bind a picture field in a control?
Printable View
How can i bind a picture field in a control?
Binding a control to a database field containing images is really a problem using ADO. I suggest saving the picture file's path in the database instead of the picture data. Then you can use an Image control to load the picture file that its path is in the database.