Create a database at runtime
Posted: Sun 25 Jan 2009 17:25
Hi,
is possible create a database Mysql at runtime with Mydac .
Tenks.
Sergio
is possible create a database Mysql at runtime with Mydac .
Tenks.
Sergio
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
MyConnection.ExecSQL('CREATE DATABASE database_name', []);