Subject | Re: Migration from interclient |
---|---|
Author | Ian A. Newby |
Post date | 2005-05-23T14:56:59Z |
Hi Roman,
Interclient 1.6. The Database is the same basic database, with an
upgrade script run against it to add some new functionality.
Can't you force the type to the type mapping used by the java code? if
if setInteger(...) is used, force it to an integer, etc. This would
proberbly make 99% of cases (and all of mine) work.
Regards
Ian Newby
> Did you use InterClient with this server, or was is different one?It is a different one. The interclient version ran on Firebird 1.02,
Interclient 1.6. The Database is the same basic database, with an
upgrade script run against it to add some new functionality.
> Wrong, properties are case sensitive, should be sqlDialect.Thanks, fixed this bit now.
> "WHERE ? IS NULL", server cannot guess the data type. This issue alsochange.
> irritates me, but server developers say that it is not so easy to
Can't you force the type to the type mapping used by the java code? if
if setInteger(...) is used, force it to an integer, etc. This would
proberbly make 99% of cases (and all of mine) work.
Regards
Ian Newby