Oracle9i OLAP Developer's Guide to the OLAP API Release 2 (9.2) Part Number A95297-01 |
|
Connecting to a Data Store, 4 of 6
If you need access to the JDBC Connection
object after the connection has been established, you can call the getConnection
method on your DataProvider
. The following line of code calls the getConnection
method on a DataProvider
called dp
.
oracle.jdbc.OracleConnection currentConn = dp.getConnection();
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|