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