Subject | Re: [IBO] Sql Type |
---|---|
Author | Geoff Worboys |
Post date | 2001-08-03T10:59:06Z |
> What is the difference in the source between SQLtype andAll sql types are defined twice, the even numbered definition refers
> SQLtype_ eg:
> SQL_SHORT and SQL_SHORT_
to a not-nullable value, the odd numbered definition is nullable.
So...
SQL_<type> = is an even number and represents a not nullable field
SQL_<type>_ = is an odd number and represents a nullable field.
HTH
Geoff Worboys
Telesis Computing