Re: [JDBC] driver error

2001-03-02 Thread Peter T Mount
Quoting Gabriel Mihalache <[EMAIL PROTECTED]>: > Hi! > I have a problem with the driver. > The jar file is in my class path but the org.postgres.Driver object is > unavailable... Are you loading the driver? ie: Class.forName("org.postgresql.Driver"); Peter > any ideas? > > I want to use it

[JDBC] driver error

2001-03-02 Thread Gabriel Mihalache
Hi! I have a problem with the driver. The jar file is in my class path but the org.postgres.Driver object is unavailable... any ideas? I want to use it with Jive and with some stuff I'm working of... Both Jive and a small servlet wrote by me trows an error. ---(end of br