Subject | Re: [Firebird-Java] Re: Error 504: Problem with Win2000 and driver 1.5.4 |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-16T13:48:52Z |
> the code that was working in 1.5.0 beta3 breaks in 1.5.0 releaseError messages were changed between releases. It seems that there is a bug
> version with the text:
> "SQL error code = -504, Cursor Unknown".
>
> However in driver 1.5.1 the text changed to
> "SQL error code = -504, Cursor".
>
> Insignificant maybe, but it's different.
in GDSException, because the message template is now "Cursor {0} {1}", and
two params are not filled.
Roman