Browse Source

+ Fix to use postgres3 unit

michael 21 years ago
parent
commit
2bcaf8ceaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/sqldb/postgres/pqconnection.pp

+ 1 - 1
fcl/db/sqldb/postgres/pqconnection.pp

@@ -5,7 +5,7 @@ unit pqconnection;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, postgres, sqldb, db;
+  Classes, SysUtils, postgres3, sqldb, db;
   
   
 type
 type
   TPQTrans = Class(TSQLHandle)
   TPQTrans = Class(TSQLHandle)