Subject Re: [Firebird-Java] request synchronization error
Author Nickolay Samofatov
Hello Danilo,

Thursday, November 28, 2002, 5:51:41 PM, you wrote:

> Hi,

> What can cause this error ? It happens when I execute a
> Statement.executeQuery(sql).


> java.sql.SQLException: fetch problem: org.firebirdsql.gds.GDSException: request synchronization error
> at org.firebirdsql.jdbc.FBResultSet$FBCachedFetcher.<init>(FBResultSet.java:2590)
> at org.firebirdsql.jdbc.FBResultSet.<init>(FBResultSet.java:124)
> at org.firebirdsql.jdbc.FBStatement.getCachedResultSet(FBStatement.java:539)
> at org.firebirdsql.jdbc.FBStatement.executeQuery(FBStatement.java:102)
> at testex.Main.main(Main.java:52)

> fetch problem: org.firebirdsql.gds.GDSException: request synchronization error

This is probably a bug in Jaybird. SQL exception thrown during early fetch
operation is ignored by driver and error like this gets thrown when it
continues trying to fetch data. What error do you get when execute
your query by isql or another tool ? Could you give out some data to
reproduce the error ?

--
Best regards,
Nickolay Samofatov mailto:skidder@...