Subject | Fetch problem - request syncronization error on accented character |
---|---|
Author | arqbispo2 |
Post date | 2002-09-08T04:20:17Z |
I have the following error when tring do retrieve accented
characteres:
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 teste.main(teste.java:26)
My connection statement is:
prop.setProperty("user","SYSDBA");
prop.setProperty("password","masterkey");
prop.setProperty("lc_type","ASCII");
Connection conn = DriverManager.getConnection
("jdbc:firebirdsql:localhost/3050:C:\\TESTE.GDB", prop);
Does anyone knows what can I do?
Thanks
characteres:
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 teste.main(teste.java:26)
My connection statement is:
prop.setProperty("user","SYSDBA");
prop.setProperty("password","masterkey");
prop.setProperty("lc_type","ASCII");
Connection conn = DriverManager.getConnection
("jdbc:firebirdsql:localhost/3050:C:\\TESTE.GDB", prop);
Does anyone knows what can I do?
Thanks