Try to ask your question on this mailing list:
http://jdbc.postgresql.org/lists.html
-- Stefan
2008/11/30 sheerin <[EMAIL PROTECTED]>:
> 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.
Hi,
sheerin schrieb:
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, "xx
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, "", "");