[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] interbase instructions?



> I actually tried to type "SQL > create database
> /home/sites/site1/web/db/test.gdb"
> but error came up saying -Unknown token, -DATABASE,
> HERE, I am stuck.
> I can't create database. so I can't work on anything else.

You need to surround your database name + path with apostrophies. It should
read:

create database "/home/sites/site1/web/db/test.gdb";
connect "/home/sites/site1/web/db/test.gdb";

You need to finish EVERY line with a semi-colon to execute it!!

Good luck - Richard.

--
> Richard Abrams
   (Lead Web Developer)

> Artejano Design & Marketing
   The Old Bakehouse
   21 The Street
   Lydiard Millicent
   SN5 3LU

> ICQ: 105995147
> Tel: +44 (1793) 772243
> Fax: +44 (1793) 772207