Try to ask your question on this mailing list:
http://jdbc.postgresql.org/lists.html
-- Stefan
2008/11/30 sheerin <sryf(at)online(dot)no>:
> hi,
>
> I made a system using Oracle database. Now I'm trying to use PostgreSql.
>
> 1. What should I write inside the bracket her - Class.forName(" ?").
>
> 2. And what should I write here?
>
> String databaseName = " ?";
> int kode=1;
> Database database = new Database(databaseName, kode, "xxxx", "yyyy");