Re: VARCHAR, CHAR types changed ? - Mailing list pgsql-odbc

From lothar.behrens@lollisoft.de
Subject Re: VARCHAR, CHAR types changed ?
Date
Msg-id 4387AACE.20965.12B6355@localhost
Whole thread Raw
In response to Re: VARCHAR, CHAR types changed ?  (lothar.behrens@lollisoft.de)
Responses Re: VARCHAR, CHAR types changed ?  (Dave Page <dpage@vale-housing.co.uk>)
List pgsql-odbc
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 by date:

Previous
From: "Jay Doggett"
Date:
Subject: Seeting up a DSN programatically
Next
From: "Jay Doggett"
Date:
Subject: Re: Seeting up a DSN programatically