Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Java 1.3 and Oracle connection

Java 1.3 and Oracle connection

From: <constr01_at_interpla.net.co>
Date: Sun, 05 Nov 2000 16:22:11 GMT
Message-ID: <8u41ff$ds7$1@nnrp1.deja.com>

Hi

I updated my Java 1.2 to Java 1.3 and I've had one trouble when I try to connect my program to my oracle lite database using odbc drivers into a code as following: (with Java 1.2 I don't have any troubles)

Database db = new Database();
db.setConnection(new com.borland.dx.sql.dataset.ConnectionDescriptor ("jdbc:odbc:pacoptos","system","manager",false,"sun.jdbc.odbc.JdbcOdbcDr iver"));
db.setTransactionIsolation
java.sql.Connection.TRANSACTION_SERIALIZABLE); db.openConnection();

but when I try to do a query against this database I've got this message

# An EXCEPTION_ACCESS_VIOLATION exception has been detected in native
code outside the VM.
# Program counter=0x9ae32de

#

I've tried to use jdbc drivers but I've had another troubles.

Thanks in advance

Frank Correa.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sun Nov 05 2000 - 10:22:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US