Subject Re: [firebird-support] isql bug
Author Max Renshaw-Fox
> Hello, i have an script to create a database from scratch. i execute isql
> -i thefile. The file has 269.000 lines and isql report errors in lines
> like 286000, 297000. I don't know where is the problem because the
> reported line is not in the file.
>
> I use FB 2.1.3 cs
>
> Jesus
>
>

Can you break your script up into logical pieces (after all it is only a
sequential series of commands) that way you can "bookend" the location(s)
of the errors and isolate the problems for fixing (like debugging really)

Max