Re: Download image datatype to Jpegs or GIF's




Maury,

Please email/post details of code.

Michael.





Maury wrote:

mcgrathml@xxxxxxxxx ha scritto:
Hi,

I want download photos (image datatype) from a SQL-2000 database
into windows based jpeg files (one for each record). Just wondering is
there any way of doing this without using TEXTCOPY?

Michael

You can write a simple .net program to read/write
images (as byte streams) on a BLOB field
of a SQL Server (or Access) database.

If you are interested I can post you the
(small and simple) code...

Bye
M.A.

.



Relevant Pages

  • Download image datatype to Jpegs or GIFs
    ... I want download photos (image datatype) from a SQL-2000 database ... into windows based jpeg files. ...
    (comp.databases.ms-sqlserver)
  • Re: Fill Factor
    ... I have a table with two fields, ID as Int, Doc as Image datatype, ... the second field is used to store images of type "tiff". ... Andrew J. Kelly SQL MVP ... database, i deployed a database to a client and sit the Fill Factor for ...
    (microsoft.public.sqlserver.setup)
  • Re: Fill Factor
    ... I have a table with two fields, ID as Int, Doc as Image datatype, ... the second field is used to store images of type "tiff". ... Andrew J. Kelly SQL MVP ... database, i deployed a database to a client and sit the Fill Factor for ...
    (microsoft.public.sqlserver.setup)
  • Re: Download image datatype to Jpegs or GIFs
    ... I want download photos (image datatype) from a SQL-2000 database ... into windows based jpeg files. ...
    (comp.databases.ms-sqlserver)
  • How to Draw xy points from a database image datatype onto a label or picture box
    ... I have BLOBs in database table some in image datatype and some in text datatype. ... I want to extract them from database table through ado.net and draw them on label or picture box of a vb.net form as X & Y points and make an image. ...
    (microsoft.public.dotnet.general)