Subject Re: [ib-support] Stored Procedure q (NewBie)
Author ibrahim Bulut
You must check the field value for null as following statement:
IF (ESKIBORC IS NULL) THEN ESKIBORC=0;

Bye..

----- Original Message -----
From: "Gerhardus Geldenhuis" <flooder@...>
To: <ib-support@yahoogroups.com>
Sent: Tuesday, November 06, 2001 11:29 AM
Subject: RE: [ib-support] Stored Procedure q (NewBie)


> English would help.
> Stored Procedure q (NewBie)
> >
> >
> > Bu problemle ben de çok ugrastim.
> > Ben de Muhasebe ve Cari programi yaziyorum ve genellikle stored
procedure
> > kullaniyorum
> > Ben null kontrolünü su sekilde yapiyorum (bugüne kadar da hiçbir sorun
> > çikmadi):
> >
> > IF (ESKIBORC IS NULL) THEN ESKIBORC=0;
> >
> > Ayrica bir de Procedurün input parametresi olan BORC için de ayni
> > kontrolünü
> > yaparsan iyi olur.
> >
> > IF (BORC IS NULL) THEN BORC=0;
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>