Subject Re: [IBO] Generators
Author Helen Borrie
At 11:19 PM 14/02/2003 +0000, you wrote:
>Very rarely, but at the most in oppourtune times I get an Integer
>overflow error on a Generator from IB 6. Is this a known bug that
>may have been fixed in the current version. I have 4.2 but not the
>current build, I've got a production app and I'm not planning on
>upgrading to the current build until after I deliver this version
>unless this is a fixed bug.

You don't say which build of 4.2 you have, but you could try to cast your
generated columns using AsInt64 instead of AsInteger. If you can't do it,
then your version might not support Int64.

Helen