Example for Firebird "create database"

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Example for Firebird "create database"

Post by chkaufmann » Tue 22 Jul 2008 07:56

I would like to create a database from my Delphi application with UniDAC. Can somebody provide me a code example how this is done?

Or do I have to do that with direct calls to the fbclient.dll / fbembeded.dll library?

cu Christian

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 23 Jul 2008 07:27

The current version of UniDAC does not support creating Firebird/InterBase databases.
In the next build of UniDAC we'll add the support for CREATE DATABASE statement to the TUniScript component.

Post Reply