> > String url = "jdbc:odbc:testing"; // I also
> tried with
> <String url =
> > "jdbc:postgres:testing";>
>
> "jdbc:postgresql:testing"
I don't think so. Try
"jdbc:postgresql://computername/testing"
> > String url = "jdbc:odbc:testing"; // I also
> tried with
> <String url =
> > "jdbc:postgres:testing";>
>
> "jdbc:postgresql:testing"
I don't think so. Try
"jdbc:postgresql://computername/testing"