You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Martin Kal?n <ma...@curalia.se> on 2004/02/23 20:29:44 UTC

[OJB] Issue #OJB38 modified

You can view the issue detail at the following URL:

    http://nagoya.apache.org/scarab/issues/id/OJB38

Type
 Defect

Issue ID
 OJB38 (Error using oracle thin driver)

Modified by
 Martin Kalén
 martin.kalen@curalia.se (martin.kalen@curalia.se)

The following modifications were made to this issue:
---------------------------------------------------------------------

Status changed from "New" to "Closed"
Resolution set to "Invalid"

Reason:
Not reproducable with latest OJB1.0RC from CVS as of 2004-02-23.

getPreparedStatement() is internal in PB API and has been refactored to:
StatementManagerIF sm = broker.serviceStatementManager();
PreparedStatement stmt = sm.getPreparedStatement(cld, sql, scrollable);

When using Oracle thin and latest OJB this works fine and the prepared statement can be executed with eg:
sm.bindSelect(stmt, oid, cld);
ResultSet rs = stmt.executeQuery();

---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system.  For more information:
http://scarab.tigris.org/



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org