diff options
author | Peter Mount <peter@retep.org.uk> | 2000-04-26 05:32:01 +0000 |
---|---|---|
committer | Peter Mount <peter@retep.org.uk> | 2000-04-26 05:32:01 +0000 |
commit | 39116bfbfcf5d17956dca2a1a424e52488aa3f56 (patch) | |
tree | 6c7f25bdd094cef50ac68900acade6ad8f260703 /src/interfaces/jdbc/example/psql.java | |
parent | 1b266fbccadda2e2c5a82e7f6e8f3fd6b1079ddc (diff) | |
download | postgresql-39116bfbfcf5d17956dca2a1a424e52488aa3f56.tar.gz postgresql-39116bfbfcf5d17956dca2a1a424e52488aa3f56.zip |
Another attempt
Diffstat (limited to 'src/interfaces/jdbc/example/psql.java')
-rw-r--r-- | src/interfaces/jdbc/example/psql.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/example/psql.java b/src/interfaces/jdbc/example/psql.java index 2ad18b198bf..1493a3b8220 100644 --- a/src/interfaces/jdbc/example/psql.java +++ b/src/interfaces/jdbc/example/psql.java @@ -23,7 +23,7 @@ public class psql String pwd = args[2]; // Load the driver - Class.forName("postgresql.Driver"); + Class.forName("org.postgresql.Driver"); // Connect to database System.out.println("Connecting to Database URL = " + url); |