Can anybody help me by telling me how to save and retreive an image from a SQL Server Database. More over how to display the retreived image in a image box control
Printable View
Can anybody help me by telling me how to save and retreive an image from a SQL Server Database. More over how to display the retreived image in a image box control
use the GetChunk and AppendChunk methods to retrieve/save an image.
To display it in an image control, you could retrieve it from the database using Getchunk, write it to a file and load that file using LoadPicture.