Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクセスデータベースに自動採番(乱数)フィールドがあります。ここで、ユーザーから取得した入力を、JDBC を使用して自動採番フィールドと比較したいと考えています。比較にはどのデータ型を使用すればよいですか?
Access データベースにはNumber日付型があります。あなたはそれを使うべきです。
Number
JDBCでは、PreparedStatementクエリパラメータで使用する必要がありますsetInt
PreparedStatement
setInt