Source position: odbcsql.inc line 271
type SQL_DATE_STRUCT = packed record
Year: SQLSMALLINT;
Month: SQLUSMALLINT;
Day: SQLUSMALLINT;
end;