Subject Re: [firebird-support] Re: Migrating from IB5.6 to FB1.5: deleting procedures with keyword names
Author Paul Vinkenoog
Hi Falko,

> i did a backup and restore with fb1.5.
> but still i get "token unknown" when i do a "drop procedure month".

Probably because it's a keyword that doesn't make sense in that
context. I'd try

drop procedure "MONTH"

Notice the caps!


HTH,
Paul Vinkenoog