Subject | Re: [Firebird-Java] Re: Migration from interclient |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-23T14:34:28Z |
> The test server is a fresh install, Mandrake 10.1, Firebird 1.5.2,Did you use InterClient with this server, or was is different one?
> JBird 1.5.5
> jdbc:firebirdsql://localhost/RiskAssessment.fdb?sqldialect=1Wrong, properties are case sensitive, should be sqlDialect.
> The stack trace of the error isFrankly speaking it does not wonder me, since this is the same code as int
>
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544569. Dynamic
> SQL Error
> SQL error code = -804
> Data type unknown
"WHERE ? IS NULL", server cannot guess the data type. This issue also
irritates me, but server developers say that it is not so easy to change.
What is not clear to me, why it worked before...
Roman