I have FB1.5 and FB2.1 installed in my computer. I´ve written a script to swich from one instance to another. It runs all ok, I access FB1.5 and 2.1 databases normally.
My issue is, when I´m running 2.1 the error messages are incorrect, the following example illustrates the problem
Invalid token.
Dynamic SQL Error.
SQL error code = @1.
Token unknown - line @1, column @2.
It is clear to me that FB has this message and somewhere it replaces the @1 @2 with real information. My question is, what is broken that is preventing FB from replacing @1 and @2 correctly?