Subject creating a new database
Author duilio_fos
I use IBO3 with D3.

I want to create a new database, then connect to it, then start
processing it.

I tried to execute a TIB_Script with the SQL line

create database 'E:\corso\turni.gdb' user 'SYSDBA'
password 'masterkey' page_size = 4096;

and I get the "no connection" error.

This seems a comma 22 catch, as I have no DB to connect to.

How do I solve the problem ?

In other words: how can I create a DB from scratch, when no
connection is (yet) possible ?

TIA

Duilio Foschi