EPUB | CHM | PDF

TMySQLDump.Properties.UseCreateDB

Top Previous Next

Generates CREATE DATABASE SQL statements.

Syntax:

UseCreateDB : Boolean;

Description:

UseCreateDB set in True generates the following pair of SQL statements:

CREATE DATABASE /*!32312 IF NOT EXISTS*/ <DBName>;
USE <DBName>;