SQLDescribeCol not returning correct information for time fields

Поиск
Список
Период
Сортировка
От Scott Ferrett
Тема SQLDescribeCol not returning correct information for time fields
Дата
Msg-id 56D9342E.30801@ferrettconsulting.com
обсуждение исходный текст
Список pgsql-odbc
According to
https://msdn.microsoft.com/en-us/library/ms709314%28v=vs.85%29.aspx,
SQLDescribeCol should return "The number of digits to the right of the
decimal point in the seconds part of the value (fractional seconds).
This number cannot be negative." for datetime fields.  The 32bit
PostgreSQL ODBC Driver(ANSI) version 9.05.01.00 always returns 0
regardless of the precision defined for a time or timestamp fields.

Cheers,
  Scott Ferrett



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

Предыдущее
От: Michael Ma
Дата:
Сообщение: Re: Object-Oriented ODBC in open sources
Следующее
От: Scott Ferrett
Дата:
Сообщение: Obtaining hundredths of a second data from time data types