Re: VARCHAR, CHAR types changed ?
От
lothar.behrens@lollisoft.de
Тема
Re: VARCHAR, CHAR types changed ?
Дата
Msg-id
4387AACE.20965.12B6355@localhost
Ответ на
Re: VARCHAR, CHAR types changed ? (lothar.behrens@lollisoft.de)
Список
Дерево обсуждения
Re: VARCHAR, CHAR types changed ? "Dave Page" <dpage@vale-housing.co.uk>
Re: VARCHAR, CHAR types changed ? lothar.behrens@lollisoft.de
Re: VARCHAR, CHAR types changed ? lothar.behrens@lollisoft.de
Re: VARCHAR, CHAR types changed ? Dave Page <dpage@vale-housing.co.uk>
Am 25 Nov 2005 um 20:27 hat lothar.behrens@lollisoft.de geschrieben: Hi, I probably have found the bug. It has to do with keysed driven cursors activated. After changing the lines in connection.c near 1500, I have got rid of the bug in the test program. Here is the code: if (create_keyset) // res->next is a NULL pointer and as the macro set a TRUE value into // this structure or what ever it is, this cause the bug. // // Must res->next be not NULL or is my variant correct ? //QR_set_haskeyset(res->next); QR_set_haskeyset(res); I still have another problem in my code after this change, but if this is not the bug, please let me know. Regards, Lothar -- Lothar Behrens | Rapid Prototyping ... Rosmarinstr 3 | 40235 Düsseldorf | www.lollisoft.de
В списке pgsql-odbc по дате отправления