Re: timestamp as varchar(23) - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: timestamp as varchar(23)
Date
Msg-id 47B388D5.5040007@tpf.co.jp
Whole thread Raw
In response to timestamp as varchar(23)  ("Zubkovsky, Sergey" <Sergey.Zubkovsky@transas.com>)
Responses Re: timestamp as varchar(23)
List pgsql-odbc
Zubkovsky, Sergey wrote:
> Hi,
>
> I’m trying to get some “timestamp without time zone” column’s value as a
> varchar(23) value.
>
> The SQLBindCol() function is used for this purpose in my C++ app.
>
> However the result string doesn’t contain milliseconds part at all while
> the real column’s value contains it ('2007-12-23 10:00:01.123' for
> example).
>
> After SQLFetch() the result’s buffer contains '2007-12-23 10:00:01’ only.

could you try the driver on testing for 8.030101 at
    http://www.geocities.jp/inocchichichi/psqlodbc/index.html
?

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: "Zubkovsky, Sergey"
Date:
Subject: timestamp as varchar(23)
Next
From: "Zubkovsky, Sergey"
Date:
Subject: Re: timestamp as varchar(23)