Problem with JDBC
Hi friends,
Recently, I have downloaded Netbeans and JDK1.6. I have made a DSN from control panel connecting to oracle databse HR (sample database provided with Oracle XE 10g) and the connection tests to be successful.
However, when in the netbeans, I try to connect to the HR database using JDBC-ODBC Bridge using the JDBCODBC driver the connection gets established, but when I try to expand the tables, it gives an error message "Unable to read databse structure; Null" and the connection gets broken.
Simlarly, when I try to connect to Access database using another DSN the error I receive inside netbeans is "Please check the URL, username and password". However the URL here I have given is the DSN made in the control panel, username - I have tried blank space as well as admin and password as blank space. But the problem persists.
Kindly help.

