Ok, after the discussion ended, I just took this patch as it stands. Thanks!
Also -- I will release a new version shortly, as I have NOT received any answer from ActiveState as to why they haven't updated DBD::ODBC. Thus, I intend to move on... Also -- Steffen, I'm setting up a machine with Oracle 9i and ODBC driver...I'll let you know, so that I can run your latest getinfo script, if you still need it. Jeff > -----Original Message----- > From: Steffen Goeldner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 8:32 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: DBD::ODBC: get_info(), KEYWORDS truncated > > > Currently, long get_info() return values (e.g. SQL_KEYWORDS) > are truncated. > That's because the buffer has a static size of 256. > The attached patch allocates the buffer dynamically and > reallocates it if needed. > > > Steffen
