Re: empty_blob() equivalent

2004-07-20 Thread Jeyabalan Murugesan Sankarasubramanian
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

Re: empty_blob() equivalent

2004-07-20 Thread Dan Nelson
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

empty_blob() equivalent

2004-07-19 Thread Jeyabalan Murugesan Sankarasubramanian
Hi All, Is there any equivalent of empty_blob() in mysql. Kindly guide us in this regard. Thanks in advance. regards msjeyabalan ** CONFIDENTIAL INFORMATION ** This e-mail transmission and any attachments may

Re: empty_blob() equivalent

2004-07-19 Thread Dan Nelson
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: