In the last episode (Jul 20), Jeyabalan Murugesan Sankarasubramanian said:
> Actually i need to add a wavefile in byte[] format to the table with
> column name blob_col of type blob. In Oracle empty_blob() is
> inserted into the table. While retrieving OracleResultSet supports
> getBLOB(). This re
Hi,
Actually i need to add a wavefile in byte[] format to the table with column name
blob_col of type blob. In Oracle empty_blob() is inserted into the table. While
retrieving OracleResultSet supports getBLOB(). This returns oracle.sql.BLOB. From this
i am able to insert the byte[] with the fol
In the last episode (Jul 20), Jeyabalan Murugesan Sankarasubramanian said:
> Is there any equivalent of empty_blob() in mysql. Kindly guide us in
> this regard. Thanks in advance.
You didn't tell us what empty_blob() is supposed to do. If
empty_blob() checks to see whether a blob is empty:
SEL