Re: Obtaining hundredths of a second data from time data types

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Obtaining hundredths of a second data from time data types
Дата
Msg-id 56DD9DE0.3090206@aklaver.com
обсуждение исходный текст
Ответ на Obtaining hundredths of a second data from time data types  (Scott Ferrett <scott@ferrettconsulting.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Obtaining hundredths of a second data from time data types
Следующее
От: Scott Ferrett
Дата:
Сообщение: Re: Obtaining hundredths of a second data from time data types