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: 333
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