getting data from 'image' field

From: Georg Andersson (georg.andersson_at_swisstopo.ch)
Date: 07/23/04


Date: 23 Jul 2004 01:43:52 -0700

hello

how can i retrieve data from a image-field in a mssql database? i
tried using 'ResultSet.getBlob(columnName)', but this throws an
exception ("java.sql.SQLException: [Microsoft][SQLServer 2000 Driver
for JDBC]Unsupported data conversion.")...

best regards



Relevant Pages

  • How can I notify user mode of custom data events?
    ... New questions are always arising in this adventure of kernel driver ... I have already succeeded to retrieve data from a device driver which was ... In the white paper "User Mode Interactions for Kernel Mode Drivers" is ...
    (microsoft.public.development.device.drivers)
  • Re: getting data from image field
    ... > how can i retrieve data from a image-field in a mssql database? ... In oracle I would use a "LONG RAW" to store such data in. ... Server I would think that you should use a BINARY or A VAR BINARY field. ...
    (comp.lang.java.databases)