Class.forName("org.postgresql.Driver");
-Prasanth.
Hello,
As a novice I tried using java with a postgresql 8.0 database on a W2K machine.
Burt onfortunately I'm not able to connect to the database. I tried Class.forName("postgressql.Driver") but I always get the classNotFoundException. I use the postgresql8.0.309.jdbc3.jar file.
Can somebody help me with this problem ?
Thanks,
Herman Visser