Waq lala wrote:

I found that if the size of a file is less then the size of that blob object buffer then it will not store any data

I don't know anything about BLOB object code in Oracle,
but it sounds like you need something like a flush() method.


I execute this code. its fine for now.

...

dbObject = ((OracleResultSet) rs).getBLOB("PAGEDATA");

In your original example you named this object Object.
That was very ambiguous because there's also the class
java.long.Object. It was obvious that your code sample
wasn't genuine. That confuses people who try to help you.
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to