Click to See Complete Forum and Search --> : Connect to DB to pass through JNI


val1
December 20th, 2001, 03:13 AM
Hi,
There is a problem. Connect to DB (DB2, Oracle) opens in Java through JDBC and then open tranzactions. Then native method C++ is called. Can I pass connect context in C++ somehow and continue the tranzaction there. C++ works with DB through Embedded SQL but it will be OK if someone helps for OCI or CLI. Thanks