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

Subscribe to our news:
Partners
Testimonials
Steve Morton: "First let me thank you for making this application Free. Best deal I have ever see for what it does".
Ran Cole: "We bought the tool last week and want to say how much we love it. We've found it not only powerful, but very user friendly. We have used the tool to create an interface that manages our MySQL DB for different types of users".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

ExecSQL

Executes a query that does not return results.

 

Signature:

function ExecSQL($sql)

 

Example:

$sql = "INSERT INTO customer (first_name, last_name, email) VALUES ('John', 'Doe', 'john_doe@example.com')";

$this->GetConnection()->ExecSQL($sql);



Prev Return to chapter overview Next