Guhr, Hagen wrote
> Hi,
>
> im searching for a way to find out if a database-blob exsist.
> There are
> column entries like this one in my table: Name: "L_DATA_4"
> Datatype: Long BYTE.
>
> Now I try to find out if there is some data in this column without
> reading the whole bl
Hey,
In our application which uses MaxDB, we have worked with both Blobs and Clobs with
fine results. Also we have a couple of servers where MaxDB has been running for almost
two months serving a web application that has database access built into it. About 10
people access it every day to upda
I think you also can use set/get String, in my application with really
huge textstrings it works fine, but I also know its not realy portable
to other databases like oracle.
gert
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://lists.mysq
Hello,
you may use the get/setBinaryStream or even get/setBytes methods.
If your application only uses set/getBinaryStream on the Blobs it
will equally work.
Only positioned writing in the mid of a LONG data type is
not supported.
Regards
Alexander Schröder
SAP DB, SAP Labs Berlin
> -O