When I submit the connection to an oracle method I get a class cast
exception.

The object returned from DataSource.getConnection() is an
com.evermind.sql.ai object.  Unfortunately oracle requires an
oracle.jdbc.driver.OracleConnection.  com.evermind.sql.ai has to be storing
an instance of the oracle.jdbc.drivier.OracleConnection somewhere, how would
I require this instance.  Any help in this area would be greatly
appreciated.

Thanks
Peter


Oracle code sample:
oracle.sql.ArrayDescriptor.createDescriptor(arrayName, oracleConn);
oracle.sql.ARRAY anOracleArray = new ARRAY(arrayDescriptor,oracleConn,
anArray);




Reply via email to