Lỗi trong dòng này
cstmt.registerOutParameter(2, java.sql.Types.INTEGER);
thay đổi như thế này
String sql = "CALL proc_after_topic_add(?,?);";
cstmt.registerOutParameter(2, java.sql.Types.INTEGER);
Lỗi trong dòng này
cstmt.registerOutParameter(2, java.sql.Types.INTEGER);
thay đổi như thế này
String sql = "CALL proc_after_topic_add(?,?);";
cstmt.registerOutParameter(2, java.sql.Types.INTEGER);