JDBC oracle question
Hello,
I'm building a wireless application with Java J2ME (CDC profile). My
application needs a direct connection with a remote Oracle database. For
this purpose I think it's best to use JDBC. But which JDBC driver should I
use?
- Should I use an Oracle Lite driver?
- Or do I need to use the regular (J2SE) Oracle driver?
Regards,
Dennis
.
Relevant Pages
- Re: How does the CLASSPATH works?
... I understand that Oracle has a new jdbc driver for jdk1.4.x which is NOT ... > I have to set up the jar file of the database driver in the environment ... (comp.lang.java.help) - RE: ORACLE DRIVER
... DBI - is the perl module to handle all the request of the database, connecting, disconnecting, routing the database request to proper driver. ... DBD::Oracle - is the Oracle driver that DBI can use to handle oracle request. ... (perl.dbi.users) - RE: ORACLE DRIVER
... Subject: ORACLE DRIVER ... DBI - is the perl module to handle all the request of the database, ... So is there any free Oracle ODBC driver for Linux? ... (perl.dbi.users) - Re: Microfocus Netexpress question : COBSQL vs openESQL
... >couldnt connect with the oracle database specified in the program. ... It may be missing an ODBC driver and/or data source. ... You also need an entry for the data source in tnsnames.ora. ... precompiler directives to the precompiler and compiler directives to ... (comp.lang.cobol) - Re: DTS for Oracle through ODBC: Error Calling GetNextRows in Prev
... I found out the Oracle driver they had installed on my system was for Oracle ... installer app in order to install their ODBC's.. ... I decided to use the Oracle ODBC provided in their client install. ... (microsoft.public.sqlserver.dts) |
|