Subject Re: [Firebird-Java] Error 504: Problem with Win2000 and driver 1.5.4
Author Roman Rokytskyy
Hi,

> Hi, we have a strange error here which seems to only occur on
> win2000.
>
> For a long time we were using the JDBC driver 1.5.0Beta3. We finally
> got around to installing 1.5.4. This appears to work without any
> issues on WinXP and the Mac, but when running the identical
> application on Win2000 we get errors for some operations.
> For example, when calling ResultSet .next(), the following error occurs:

In theory you should get Dynamic SQL Error in executeQuery(), not in
next()... Can you post full stack trace here?

> Error org.firefirdsql.jdbc.FBSQLException: GDS Exception. 335544569.
> Dynamic SQL Error
> SQL error code = -504
> Cursor

Is this issue reproducable? Can you prepare small test case that reproduces
the above described problem?

Thanks!
Roman