Hi guys,
I made a simple database app, it worked OK when network connection is stable.
But when network unstable, like disconnect & connect again, operation to remote database, even perform when connection already restored, will make B4J crashed.
I checked the log, here is the error message :
org.firebirdsql.jdbc.FBSQLException: Resource Exception. Error writing data to the connection. [SQLState:08006, ISC error code:335544727]
This is an error from firebird database server, other database might not have error like this.
Is there any viable solution to handle this error?
I made a simple database app, it worked OK when network connection is stable.
But when network unstable, like disconnect & connect again, operation to remote database, even perform when connection already restored, will make B4J crashed.
I checked the log, here is the error message :
org.firebirdsql.jdbc.FBSQLException: Resource Exception. Error writing data to the connection. [SQLState:08006, ISC error code:335544727]
This is an error from firebird database server, other database might not have error like this.
Is there any viable solution to handle this error?