Hi!
Is it possible to access a database with jdbcodbc bridge without generating an ODBC data source?
I have learned in the MS world it is possible to do something like this:
"Driver={Microsoft Access Driver (*.mdb)};Dbq=c:\somepath\dbname.mdb;Uid=Admin;Pwd=pass;"
The above allows to access an Access DB without configuring an ODBC data source.
Can this be done in
JAVA? How can this be done?
Kind regards
Jochen