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".
Dave Lantz: "I have to say that I simple love this product and its ease of use. I know that I have only tapped into about 20% of what it can do. In my business I come into a lot of contact with developers and I tell them all, that if they need an easy way to connect, report or work their databases they MUST check out your products".

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