-
Notifications
You must be signed in to change notification settings - Fork 2
Examples Informix
Rainer Stötter edited this page Apr 14, 2017
·
3 revisions
Before you can use the examples you have to have installed the fitting PHP libraries ( Install-pdo_informix )
This script file runs against an Informix database with the PDO interface and creates relational test data.
Use the program "dbaccess" in order to execute the SQL commands.
./mk-sql-data.php --config examples/mk-sql-data-02-pdo-informix.cmd
Login via ifx-access.sql and then execute the SQL commands in random-fk-informix-pdo.sql
dbaccess - examples/ifx_access.sql output/random-fk-informix-pdo.sql
This wiki page is part of the documentation of the SQL data generator mk-sql-data