Kamalesh
September 21st, 1999, 01:33 AM
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
|
Click to See Complete Forum and Search --> : How to save an image in a SQL Server Database using DAO/ADO Kamalesh September 21st, 1999, 01:33 AM 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 Lothar Haensler September 21st, 1999, 01:37 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |