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.
NetBeans 8 から UCanAccess を使用して Access データベースに接続できますが、接続プロパティでデータベースのパスワードを指定する必要があります。どうやってやるの?
次の方法を使用して、
DriverManager.getConnection("jdbc:ucanaccess://path_to_your_db_file", your_user, your_password); or DriverManager.getConnection("jdbc:ucanaccess://path_to_your_db_file;password=your_password");