| From: | Javier Benito <franciscojavier(dot)benito(at)innosec(dot)es> |
|---|---|
| To: | PostgreSQL General List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Problems using JDBC Driver. |
| Date: | 2000-04-19 08:00:10 |
| Message-ID: | 38FD6789.A9F7B19D@innosec.es |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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";
Connection con = DriverManager.getConnection(url,"","");
where BDPrueba is the database which i want to connect. The driver is
installed sucessfully, because the Class.forName(postgresql.Driver)
sentence doesn't reach ClassNotFoundException. What can I do?.
Thanks a lot.
Javi.
PD: Sorry if i haven't written this very well, but my english isn't very
good.
| Attachment | Content-Type | Size |
|---|---|---|
| franciscojavier.benito.vcf | text/x-vcard | 149 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Cook | 2000-04-19 08:24:57 | Re: Problems using JDBC Driver. |
| Previous Message | Manuel Lemos | 2000-04-19 07:47:06 | Re: Connecting website with SQL-database..... |