mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
+ Some corrections from Joost van der Sluis
This commit is contained in:
parent
085470531e
commit
7388c918b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user