
Assigning a picture to an Image field in SQL server, using ADO
I have a dll that will do it for you. you can download it from
www.chriscrawford.com/dbimage
Let me know if it helps. I have complete examples as well as a vb demo
project that you can download.
Good luck - chris
Quote:
>i've heard of this 'appendchunk' and 'getchunk" but it is always confusing
>to me...can you explain it here in a simple way? thank you for your time to
>anyone who would do this.
>Pete
>> Have you tried using the AppendChunk method? I've always avoided bound
>> controls, so can't help you there, but AppendChunk and GetChunk should
>work
>> to store and retrieve the image from the db.
>> - Rick
>> > Can anyone tell me how to Assign a picture to an Image field in SQL
>> Server,
>> > via ADO.
>> > I have used a bound picture box, but this does not seem to work...
>> > Can anyone help??