Subject Re: [IBO] creating a new database
Author Jason Wharton
It might mean that you don't have an IB_Connection component wired up to the
TIB_Script component.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "duilio_fos" <irel_llc@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, November 26, 2002 5:11 AM
Subject: [IBO] creating a new database


> 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