[GENERAL] Sorry, I forgot put the exception in my message...

2000-04-19 Thread Javier Benito
Well, my problem isn't with the JDBC driver. I still haven't learnt to use it. I'm doing now. The initial exception, when i was trying to connect in such a way: String url = "jdbc:postgresql:BDPrueba"; Connection con = DriverManager.getConnection(url,"",""); was:

[GENERAL] Problems using JDBC Driver.

2000-04-19 Thread Javier Benito
Hi, i'm starting to use PostgreSQL. I'm using 6.5.4 version, and i'm having problems using JDBC driver. I'm sure that i'm doing something wrong but i don't know how. I'm trying to connect to a database in this way: String url = "jdbc:postgresql:BDPrueba"; Connecti