Subject Re: moving dialect1 to 3
Author Alexander V.Nevsky
--- In ib-support@yahoogroups.com, "Nick Upson" <uebridger@h...>
wrote:
> Is there any documentation about doing this, I understand that the
process
> is just to backup/restore
> but I'm looking at other issues.

Nick, look at Migration Guide, it was available for free on Borland
site but I don't remember link now. B/R is insufficient, all
triggers/SP should be recompiled. Main problems will be with integer
arithmetics (1/4 will be 0, not 0.25 as in dialect 1), intermediate
result overflow with numerics, which are not based on double like in
dialect 1, and double quotes in string literals.

Best regards, Alexander.