Subject | RE: [firebird-support] IB 5.5 |
---|---|
Author | Alan McDonald |
Post date | 2004-06-20T13:32:17Z |
> Hello,I just updated a replicator application from something using 5.6 (probably
> I wrote a Delphi application with InterBase v5.5 years ago. I used
> direct api calls with the XSQLDA structure, I ported the ibase.h to
> Delphi Pascal for myself. The application (one of a million of video
> databases) works fine, but I want to migrate to Firebird v1.5 now.
> Where can I find the changes for direct api calls with XSQLDA from IB
> 5.5 to Firebird 1.5? Or the changes from IB 5.5 to IB 6.0 to Firebird
> 1.5. I just found something about Dialects, but which Dialect was used
> by IB 5.5?
> Thanks for help,
> Faultier
>
valid in 4.0 as well) dialect 1 XSQLDA to firebird 1.5 dialect 3.
The only thing I had to do was add the BIGINT data type and the DATE
datatype.
But I can imagine that all your dialect 1 code will run unchanged in the
FB1.5 environment. You can leave all your stuff at dialect 1 which it is,
and FB won't complain.
Alan