Normal way looks like this: pStmt = conn.prepareStatement("SELECT DETAILS FROM PROGRAM_HISTORY WHERE id = 12"); rset = pStmt.executeQuery(); Clob ...
確定! 回上一頁