Subject | Re: [firebird-support] Need help with DDL script. |
---|---|
Author | Martijn Tonies |
Post date | 2003-08-12T08:50:47Z |
Hi Christoph,
1) make sure you'r the only one connected.
2) COMMIT after creating the 1st table.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
1) make sure you'r the only one connected.
2) COMMIT after creating the 1st table.
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
> Hello All!
>
> I am a complete newbie to firebird and i am trying to migrate a DDL script
> from another RDBMS system.
>
> I made the following testcase in a script-file.
>
> create table A (
> ID DOUBLE PRECISION NOT NULL PRIMARY KEY
> );