Hi,
All I just want to know .
What is difference between "NULL" value and "UNKNOWN" value
and in which category does "?" lies ?
Is there any way to make an index " not-null " oracle ?
Thanks
Don't know about the Oracle side, but ? = NULL = Unknown Value on the ABL side. In the Progress dictionary there is a boolean called Mandatory? will will force the field to be non-null even if you don't give it a default value.
Actully, I get confused ,
Since i could not find any "NULL" type value in progress.
There must be NULL value for RDBMS. So , Progress uses "?" as null.
Thanks.
Yes