|
-
September 21st, 1999, 01:33 AM
#1
How to save an image in a SQL Server Database using DAO/ADO
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
-
September 21st, 1999, 01:37 AM
#2
Re: How to save an image in a SQL Server Database using DAO/ADO
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|