Java Database programming in Solaris

I want a small piece of java code to connect a OpenOffice Database (*.odb) .

Here,

db = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=D:/data/Access/test1.mdb","dba","sql");

instead of "Microsoft ACCESS DRIVER" what driver should I use?

Thanks in advance

Parasou.

[414 byte] By [Parasou79a] at [2007-11-27 8:18:32]
# 1
try somewhere near here http://api.openoffice.org/faq.html#java-examples
drellima at 2007-7-12 20:06:49 > top of Java-index,Java Essentials,Java Programming...