MS ODBC on Linux: setting datetime offset SQL_TYPE_TIMESTAMP

Viewed 7

I would like to set the timestamp offset via ODBC on Linux using a numeric structure. But SQL_TIMESTAMP_STRUCT does not contain fields for the time zone offset.

I found a hint on MS page, that there should be a new version supporting SQL_SS_TIMESTAMPOFFSET, which comes with the "Server Native Client ODBC", but it seems to me available for Windows only.

Is there a way to get this on Linux, too?

0 Answers
Related