mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 18:49:14 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user