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:
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