How can I add a password to this JDBC:ODBC connection string that is trying to connect to an MS Acce

Posted by WillPhil on Stack Overflow See other posts from Stack Overflow or by WillPhil
Published on 2010-04-05T14:32:58Z Indexed on 2010/04/05 14:43 UTC
Read the original article Hit count: 308

Filed under:
|
|
|
|

This is the connection string that is currently working on a non-password protected MS Access database.

db.url = jdbc:odbc:Driver\={Microsoft Access Driver (*.mdb)}Dbq\=C:\Inventory.mdb;DriverID\=22;READONLY\=true

How do I add a password to this connection string?

Thanks!

© Stack Overflow or respective owner

Related posts about jdbc-odbc

Related posts about jdbc