Re: AcuODBC Question
- From: sgbojo@xxxxxxxxx
- Date: 25 Apr 2007 09:16:13 -0700
On Apr 18, 7:07 am, paparush <rushaus...@xxxxxxxxx> wrote:
Using AcuCorp 5.20Try the Numeric directive - Help manual 6.3.8 NUMERIC Directive
Can someone suggest an AcuODBC function (or functions) to use in place
of the MS SQL ISNUMERIC() function?
I need to make sure there are no non-numerics in a field before
performing some math.
Thanks!
The NUMERIC directive allows you to treat a data item as an unsigned
integer when it is declared as alphanumeric. You might use this when
the data stored in the item is always numeric.
.
- References:
- AcuODBC Question
- From: paparush
- AcuODBC Question
- Prev by Date: Re: newbie question on cobol syntax
- Next by Date: Re: newbie question on cobol syntax
- Previous by thread: Re: AcuODBC Question
- Next by thread: Concat array elements into a string
- Index(es):
Relevant Pages
|