後記:在使用時記得con.PreparedStatement(sql,PreparedStatement.RETURN_GENERATED_KEYS);以及statementObj.executeUpdate(sql,Statement.RETURN_GENERATED_KEYS);中第二個參數,否則會出現SQLServerException: The statement must be run before the generated keys are available
張貼留言
1 則留言:
後記:
在使用時記得
con.PreparedStatement(sql,PreparedStatement.RETURN_GENERATED_KEYS);
以及
statementObj.executeUpdate(sql,Statement.RETURN_GENERATED_KEYS);
中第二個參數,否則會出現SQLServerException: The statement must be run before the generated keys are available
張貼留言