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

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Scott Ferrett <scott(at)ferrettconsulting(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Obtaining hundredths of a second data from time data types
Date: 2016-03-07 15:27:28
Message-ID: 56DD9DE0.3090206@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Shekhar Kumar 2016-03-08 10:11:00 Could you please provide help on this
Previous Message Scott Ferrett 2016-03-07 01:49:15 Re: Obtaining hundredths of a second data from time data types