Subject | Re: [firebird-support] Is start a reserved word? |
---|---|
Author | Tony Christiansen |
Post date | 2009-05-05T06:32:24Z |
Hi Lars
I too was caught by this. START is a reserved word. I think you have to
change the name of the field
Either
ALTER TABLE xxx ALTER START TO "START"
or
ALTER TABLE xx ALTER START TO whatever
Either way is lots of editing of your sql statements
Regards
Tony
Lars Sandmark wrote:
I too was caught by this. START is a reserved word. I think you have to
change the name of the field
Either
ALTER TABLE xxx ALTER START TO "START"
or
ALTER TABLE xx ALTER START TO whatever
Either way is lots of editing of your sql statements
Regards
Tony
Lars Sandmark wrote:
>
> Is start a reserved word? How can I get around this? In my application I
> have hundreds of SQL-questions referring to tables with the fieldname start.
>
> Can anyone help?
>
> Thanks
> Lars
>
> [Non-text portions of this message have been removed]
>