Posted By:
Madhavi_Reddy
Posted On:
Monday, February 25, 2002 03:14 AM
I have to insert an image into blob column. In jsp I am using prepstmt.setObject(1,empty_blob());
The error I am getting is:
empty_blob() method not found.
Is there any package to imprt this empty_blob()? Or how can I avoid this error?