Subject
Author llafranc78
Hi everybody!! :)

I think that fixing the Blob problem has created some side effects.
This I what I now get when trying to perform a query using a
PreparedStatement in autocommit mode (yesterday it still worked...):


java.sql.SQLException: fetch problem:
org.firebirdsql.gds.GDSException: request synchronization error

at
org.firebirdsql.jdbc.FBResultSet$FBCachedFetcher.<init>(FBResultSet.java:2561)

at org.firebirdsql.jdbc.FBResultSet.<init>(FBResultSet.java:124)

at
org.firebirdsql.jdbc.FBStatement.getCachedResultSet(FBStatement.java:539)

at
org.firebirdsql.jdbc.FBPreparedStatement.executeQuery(FBPreparedStatement.java:111)

The query itself doesn't fetch any blob fields, but since all worked
untill today morning when I updated and rebuilt the code I think the
problem is there. But I could be wrong, of course :))

Ciao
Luca