1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

Another attempt

This commit is contained in:
Peter Mount
2000-04-26 05:32:01 +00:00
parent 1b266fbcca
commit 39116bfbfc
9 changed files with 112 additions and 34 deletions

View File

@@ -113,7 +113,7 @@ public class metadata
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);