this procedure dos not work with me
so plz help me
callStmt=con.prepareCall("CALL SYSPROC.XSR_COMPLETE(?,?,NULL,?)");
callStmt.setString(1,relSchema);
callStmt.setString(2, schemaName);
callStmt.setInt(3, shred);
callStmt.execute();
if I put the value of shred =0
it is work put with shred=1
dos not work
so, plz help me