Subject | creating a new database |
---|---|
Author | duilio_fos |
Post date | 2002-11-26T12:11:31Z |
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
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