Subject | Re: [ib-support] Number Skipping |
---|---|
Author | Ann W. Harrison |
Post date | 2003-01-09T15:46:01Z |
At 01:44 PM 1/9/2003 +0530, Sivaraman Krishnan wrote:
deadlocks on this statement:
including having a generator for each bill type.
Regards,
Ann
www.ibphoenix.com
We have answers.
>Hello Ann,OK, fine. You may discover that you're getting a lot of
> I can use generators in my case for this billing.Because i have
>different types of billing and we are giving the provision for adding new
>billtype also.
deadlocks on this statement:
> UPDATE BILLTYPES SET NEXTBILLNUMBER = lpad((CAST(:NEXTBILL AS INTEGER)If so, and if that's a problem, there are other solutions,
>+ 1),'0',6)
> WHERE BILLTYPE = :BILLTYPE;
including having a generator for each bill type.
Regards,
Ann
www.ibphoenix.com
We have answers.