I am working on a progress add-on database in which records are created through Progress 4GL programs and accessed/processed by SQL-92 queries.
The requirement is that NULL values should be reflected in Integer data-type variables in case there are no explicit values to be inserted.
I tried changing the Initial value by removing the '0' and putting the '>>>>' display format, but when i take a export or access through "select" in SQL, the same is shown/stored as '0' (zero).
Please advise.
Thanks,
Ashok
The requirement is that NULL values should be reflected in Integer data-type variables in case there are no explicit values to be inserted.
I tried changing the Initial value by removing the '0' and putting the '>>>>' display format, but when i take a export or access through "select" in SQL, the same is shown/stored as '0' (zero).
Please advise.
Thanks,
Ashok