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

Home -> Community -> Usenet -> c.d.o.server -> Oracle Lite database and JDBC driver

Oracle Lite database and JDBC driver

From: Raphael LEMAITRE <raphael_at_e-deal.com>
Date: Mon, 12 Nov 2001 15:01:21 GMT
Message-ID: <5vRH7.59$eP.4934@nreader2.kpnqwest.net>


Hi all,

    I have a problem with Oracle9i Lite database. When i'm using Type 2 JDBC Driver provided with oracle Lite (oracle.lite.poljdbc.POLJDBCDriver in olite40.jar), i cannot access multiples times a same column in a ResultSet (the second call to rs.getString() returns null whereas the first call returns the real value (which is not null))

    Is this a limitation of this driver ?     Is there a type 4 driver to access oracle lite database? The official datasheet (http://www.oracle.com/mobile/collateral/9ilitedatasheet.html ) says there is one for windows but i have not found any other informations about it (the class name, the database url ...).

    Thanks in advance. Received on Mon Nov 12 2001 - 09:01:21 CST

Original text of this message

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