ODBC and DECIMAL column width

Поиск
Список
Период
Сортировка
От Gene Sokolov
Тема ODBC and DECIMAL column width
Дата
Msg-id 01cc01bf422d$07003980$0d8cdac3@aktrad.ru
обсуждение исходный текст
Ответы Apache+PostgreSQL+PHP3
Список pgsql-interfaces
WinNT 4.0, ODBC 6.40.0007.

I have a table

create table test ( a decimal(9,2), b decimal(9,2) );

Now, if I do

select a-b as c from test;

ODBC driver returns 255 for column width. Same thing for any arithmetic
operation between two decimals. Not really a big bug, but definitely
annoying.

Gene Sokolov.




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