Is there a way to create a new database from Delphi code with a Zeos component (component.createdatabase or "create database db') ?
Thanks
Create database by code
Moderators: gto, EgonHugeist
Code: Select all
ZQuery1.SQL.Add('CREATE DATABASE insert-database-name-here');
ZQuery1.ExecSQL;
-
- Fresh Boarder
- Posts: 6
- Joined: 25.02.2009, 09:21