Posted By:
Ramkumar_Sundaram
Posted On:
Tuesday, February 17, 2004 03:44 AM
Hi I am trying to insert a file into a BLOB field in the database. Thats working fine with smaller files. When I try to insert a file with around 80 KB it inserts only 24 KB into the database. There are no exceptions /errors reported. I use the setBinaryStream method of the callable stt. and I pass on an inputstream, with the full length of the stream. The driver I use is Oracle OCI driver (Native). Does anyone whats the reason for this issue? Thanks in advance Ramkumar
More>>
Hi
I am trying to insert a file into a BLOB
field in the database. Thats working
fine with smaller files. When I try
to insert a file with around 80 KB it
inserts only 24 KB into the database.
There are no exceptions /errors reported.
I use the setBinaryStream method of
the callable stt. and I pass on an
inputstream, with the full length
of the stream.
The driver I use is Oracle OCI driver
(Native).
Does anyone whats the reason for this
issue?
Thanks in advance
Ramkumar
<<Less