Hi,
I saw that there is code to create a new (empty) database with Interbase/Firebird, deep in the library (In IBCClassesUni.pas).
But what is the correct component (and settings) to use to create a new database?
cu Christian
Create database (Firebird)
-
chkaufmann
- Posts: 82
- Joined: Sat 01 Jul 2006 11:42
Can you provide some sample code? I tried this, but for TUniScript I need a connection and once I call Execute, the library tries to connect to the non existing database.Plash wrote:You can execute CREATE DATABASE statement from the TUniScript component. Such statement is executed using the CreateDatabase method from IBCClassesUni.
cu Christian