Обсуждение: Bug in psqlodbc ?

Поиск
Список
Период
Сортировка

Bug in psqlodbc ?

От
lothar.behrens@lollisoft.de
Дата:
Hi,

I have problems with the psqlodbc driver under SuSE Linux Professional 9.1.

I have tried to modify the suspect code with this lines:

logs_on_off(1,1,1);
mylog("Size for rowset: %d\n", vParam);
logs_onOff(0,0,0);

This code is in set_statement_option and located in case SQL_ROWSET_SIZE.

But the log file is not created. Why ?

Thanks

Lothar