Blob, Image/binary 
Author Message
 Blob, Image/binary

Hi!

How do I use ADO for inputting a file into a column of type image in SQL
Server?

/Jimmy



Sun, 09 Nov 2003 21:45:12 GMT  
 Blob, Image/binary
Take a look at AppendChunk Method of ADODB.Recordset

--
Mikhail Berlyant
Brainbench MVP for Visual Basic
http://www.brainbench.com
Distribution Systems Lead, Data Systems
http://www.launch.com


Quote:
> Hi!

> How do I use ADO for inputting a file into a column of type image in SQL
> Server?

> /Jimmy



Mon, 10 Nov 2003 01:20:49 GMT  
 Blob, Image/binary
Hi,

Use Recordset's AppendChunk method to store a file.

Ragesh


Quote:
> Hi!

> How do I use ADO for inputting a file into a column of type image in SQL
> Server?

> /Jimmy



Wed, 12 Nov 2003 18:09:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. inserting image blob images into webrowser control

2. Reading binary "Blobs" or chunks

3. Need help with Binary/Blob in SQL

4. VB /Large Binaries Fields/BLOB

5. Bitmap Handle to BLOB (Long Binary) in Access 2.0 DB with VB3

6. how to show progressbar when insert BLOB binary data into SQL-Server

7. Blobs/Binary fiels/OLE fields etc

8. Blob from a oracle db then binary write

9. Create a Binary File in eVB From a BLOB SQL CE Column

10. Retrieving an Image from SQL Server Image column (binary)

11. Putting Image binary data into an image control

12. Image to Binary back to Image

 

 
Powered by phpBB® Forum Software