Hi,
I have a batch records to insert into table. One of the column is blob, so I have to use setBinaryStream. But if I use addBatch to insert a batch records, it not work.
It return array of int, e.g if I insert 2 record, it return int[2], and the value of array is 65537, what that mean?
Is there a way to use setBinaryStream with addBatch ?
Regards
Louis
I have a batch records to insert into table. One of the column is blob, so I have to use setBinaryStream. But if I use addBatch to insert a batch records, it not work.
It return array of int, e.g if I insert 2 record, it return int[2], and the value of array is 65537, what that mean?
Is there a way to use setBinaryStream with addBatch ?
Regards
Louis