[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] interbase instructions?
- Subject: Re: [cobalt-users] interbase instructions?
- From: "Richard Abrams" <richard@xxxxxxxxxxxxxx>
- Date: Wed Feb 28 07:10:09 2001
- Organization: Artejano Design & Marketing
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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