Subject | Re: [ib-support] nested procedures |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-02-01T15:06:50Z |
>I'm sure it isn't an infinite loop, because a tried to debug it andhelp
>executing it procedure by procedure it works after some step.Could anybody
>me what would cause the error?My guess is that one of your procedures return 0 or NULL and that the
calling procedure then tries to divide by this value. Take a careful look
at any division you do in your procedures.
Set