Subject Re: [firebird-support] Dynamic SQL Error SQL error code = -104. Unexpected end of command - lin e 7, column 47
Author Mark Rotteveel
On Tue, 10 Jun 2014 11:09:42 +0200, "Arnold Levy arnoldjlevy@...
[firebird-support]" <firebird-support@yahoogroups.com> wrote:
> I've written my DDL script to populate the created database - and I
> keep getting the a/m annoying message - apparently in the CREATE TABLE
> script. Line 7 is the definition for my column "_Emails" - character
> 47 is in the middle of 'SIZE 255' and 'CHARACTER SET ASCII' tokens.
> This location for such an error is crazy!
>
>
> Everything seems to be properly formed - can anyone cast some light on
> what I am missing here?

How are you executing the script. I just executed the CREATE TABLE only
and it works fine (Firebird 2.5.2 Update 1).

Mark