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