Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Mike Little: "Great product, thank you for your great work and sharing".
Tony Broadbent: "Such a great product! I have been struggling to hand craft pages which, with your PHP Generator, I created beautifully within 5 minutes of downloading it".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

GetConnection

Returns the connection object (an instance of the EngConnection class).

 

Signature:

function GetConnection()

 

Example:

To get the list of available databases, use the following code:

 

$queryResult = array();

$this->GetConnection()->ExecQueryToArray('SHOW DATABASES', $queryResult);



Prev Return to chapter overview Next