...lad mir das Teil mal runter.
hab folgendes im faq gefunden, was aber mir jetzt auch nicht wirklich weiterhilft.
Q. What security is in place when I use Domino Driver for JDBC to access Domino?
A. LDDJ uses the same security as the Notes client does. The Notes ID in use determines the level of access to a database. To run an application unattended without ever receiving a password prompt, you must use a non-password-protected ID.
Note: You can remove password protection from your ID by clearing it (File - Tools - User ID - Clear Password), unless your Domino administrator required a password to be used when your ID was created. In this case, you won't be able to clear it.
2 Dinge, die mir nicht so gut gefallen:
- nur support für jdbc1 (z.B. fand ich in einem Projekt scrollable resultsets aus jdbc2 sehr sinnvoll).
-
Q. Does Domino support transaction rollbacks or two-phase commits?
A. No. The connection automatically commits changes after executing each statement.
Frag mich seit Monaten, ob es irgendwie möglich ist Domino in 2-Phase commit Operationen von Session Enterprise Java Beans einzubinden. Das ist nämlich das coolste feature von EJB: Du kannst Zugriffe auf verschiedene Systeme (also z.B. Oracle und SAP) in einen 2-phase-commit Transaktions-kontext bringen und beide sind in einer atomaren Transaktion (beide werden ausgeführt oder keins).
Also damit auch nicht.
Gruss Axel