Tagged Questions
0
votes
3answers
56 views
Connection from a Java program to a SQL Developer database
I would like to access to a Oracle database (SQL Developer) from a Java program. I never used JDBC before.
Here is what i wrote:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = ...
0
votes
0answers
88 views
Errors opening DB connection in SQLDeveloper
I'm using Oracle SQLDeveloper to connect to DB2 databases (AKA DEV connection).
I'm able to connect and use worksheets to query the tables, but when I make the initial connection I get 3 error ...
2
votes
2answers
589 views
Problems with loading native library/missing methods: no ttJdbcCS in java.library.path
Iam facing one problem while connecting the timesten client to the server The SQL Exception which Iam getting is pasted below:-
Problems with loading native library/missing methods: no ttJdbcCS in ...
1
vote
2answers
2k views
How to access Informix DB using Oracle SQL Developer?
I currently work with Oracle databases, but in a few weeks I need to start learning Informix.
Are there any tools available for Informix, similar to Oracle SQL Developer or any
extensions for ...
4
votes
1answer
4k views
How to use Oracle SQLdeveloper with HSQL / Hypersonic DB's JDBC driver
I'd like to use Oracle's SQLdeveloper to visualize my HSQLDB tables.
An instruction on how to use it with MySQL can be found on http://blogs.techrepublic.com.com/programming-and-development/?p=564 ...