unix based JDBC Driver for Lotus Domino/Notes?

Hello,

I want to connect to a Lotus Notes Database file through a server on UNIX (AIX), but I can't seem to find a suitable JDBC Driver to let me talk with the database. Does there exist a JDBC Driver for Lotus Domino/Notes on a Unix based platform? If so, what is it, and what path should that driver reside?

I've been able to use the driver JdbcDomino.jar (downloaded from the Lotus.com web site) for a NT based server, but I want to migrate to a Unix platform (Domino server). Would this work for a Unix platform? I've tried it, but either have it located in a wrong path, or it just doesn't work for a unix platform.

Currently, my program is an applet that talks to a servlet (run by the JavaServer Web Development Kit engine), which then connects to the database to perform the necessary querying.

Please help!

Thanks,

Chad

[882 byte] By [chadsw] at [2007-9-26 4:12:05]
# 1

That particular driver is a type 2 driver and works only on NT. We ran into the same problem like you did, where we wanted to connect from AIX to the database that was running on NT. We have contacted IBM and they said that they will have a driver out by next year.

One workaround is to set up an RMI server on an NT box. The application running on AIX could then connect to the RMI server. The RMI server would then make a JDBC call to the remote database.

anshugaind at 2007-6-29 13:17:39 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Please could you send to me the jar file of jdbcdominobecouse i am in need of it and i can not find it in any site of jar filesmy yahoo mailamramrhh@yahoo.comthank you very much
Amr_hhh at 2007-6-29 13:17:39 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...