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

Поиск
Список
Период
Сортировка
От Inoue, Hiroshi
Тема Re: Obtaining hundredths of a second data from time data types
Дата
Msg-id 56DFF9DA.1090804@dream.email.ne.jp
обсуждение исходный текст
Ответ на Re: Obtaining hundredths of a second data from time data types  (Scott Ferrett <scott@ferrettconsulting.com>)
Ответы Re: Obtaining hundredths of a second data from time data types  (Scott Ferrett <scott@ferrettconsulting.com>)
Список pgsql-odbc
Hi Scott,

On 2016/03/09 9:34, Scott Ferrett wrote:
> Hi Hiroshi,
>
> This driver fixes all the problems with retrieving data.  Thank you.
>
> This allowed me to get further with my testing and found the next
> problem.
>
> Although you can now retrieve data using SQLBindCol, you cannot insert
> of update data using SQLBindParameter.
>
> If you issue an INSERT INTO TestTable (ID,T) VALUES (?,?) and use
> SQLBindParameter to bind an SQL_C_TIMESTAMP structure to the second
> parameter, then the new row is inserted with the fractional part
> truncated.

Please try the test drivers 9.5.0105 at
  http://www.ne.jp/asahi/inocchichichi/entrance/psqlodbc/
.

regards,
Hiroshi Inoue


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Scott Ferrett
Дата:
Сообщение: Re: Obtaining hundredths of a second data from time data types
Следующее
От: Silvio Brandani
Дата:
Сообщение: problems changing postgres jdbc driver