Please, I'm new with C# I have designed a database and I want to add image control to the form so that when other data appears the image of the corresponding record can also appear. Please, guide me on how to go about it and write source code for me where necessary.
Thanks
Olufemi
Loading
Mahesh ChandPosted Feb 4, 2009, 8:49 AM
Here are couple of articles on how to read and write image from/to a database.
This article illustrates how to work with binary large objects (BLOBs), it will show you how to save and retrieve BLOB values in a database.
This article helps you to insert an image to a blob field of an oracle database and to retrieve the image from the blob field of an oracle database.