aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/datestyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/jdbc/example/datestyle.java')
-rw-r--r--src/interfaces/jdbc/example/datestyle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/example/datestyle.java b/src/interfaces/jdbc/example/datestyle.java
index eb412a7bd89..af8c87ae78e 100644
--- a/src/interfaces/jdbc/example/datestyle.java
+++ b/src/interfaces/jdbc/example/datestyle.java
@@ -38,7 +38,7 @@ public class datestyle
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);