Re: Obtaining hundredths of a second data from time data types - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: Obtaining hundredths of a second data from time data types
Date
Msg-id 56DD9DE0.3090206@aklaver.com
Whole thread Raw
In response to Obtaining hundredths of a second data from time data types  (Scott Ferrett <scott@ferrettconsulting.com>)
List pgsql-odbc
On 03/06/2016 05:49 PM, Scott Ferrett wrote:
> SQL_C_TYPE_TIME is defined as
>
> struct tagTIME_STRUCT {
>     SQLUSMALLINT hour;
>     SQLUSMALLINT minute;
>     SQLUSMALLINT second;
> } TIME_STRUCT;
>
>
> There is no fraction of a second component.
>

Hmm, then I am at a loss for answer.


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Obtaining hundredths of a second data from time data types
Next
From: Scott Ferrett
Date:
Subject: Re: Obtaining hundredths of a second data from time data types