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??
I have used a bound picture box, but this does not seem to work...
Can anyone help??
Quote:> 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??
Pete
> > 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??
http://www.concresco.com/code.htm#pictures
--
Andrew Grillage
http://www.concresco.com
> 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??
Good luck - chris
>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??
so you can transfer data larger than 64K and 64K chunks of data are
transfered,...
Simple yet so Complex :-)
Mike.
> 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??
1. Assigning a picture to an Image field in SQL server, using ADO
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??
2. Checking a connection from the server
3. Assigning a picture from an SQL Image field
5. using a dbedit field to load a picture in an image field
7. 80040e21 error using ADO and ORAOLEDB to assign numeric fields to another field
8. Trigger Performance and Inserted Scan Process (SQL2K)
9. display picture in sql server using ADO??
10. problem assigning picturebox.picture property to OLE database field
11. Display Image Field using Store Procedures in SQL Server
12. VB6 - MSSQL Server 7 - ADO - Assigning NULL to field in RecordSet object