Browse Source

+ Some corrections from Joost van der Sluis

michael 20 years ago
parent
commit
7388c918b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fcl/db/sqldb/testsqldb.pp

+ 2 - 2
fcl/db/sqldb/testsqldb.pp

@@ -18,13 +18,13 @@ program testsqldb;
   Examples:
   
   ./testsqldb postgresql testdb fpdev
-  ./testsqldb interbase /home/firebird/dbtest.fdb sysdba 123456
+  ./testsqldb interbase /home/firebird/dbtest.fdb fpdev sysdba 123456
 }
 
 {$mode objfpc}{$H+}
 
 {$define pqconnection}
-{ define MySQLConnection}
+{$define MySQLConnection}
 {$define IBConnection}
 
 uses