in reply to Win32::ODBC FetchRow

Here is an easy work around. Uninstall the module Win32::ODBC, then find and install a version of Win32::ODBC that pre-dates 2/8/1999. Any version that was created before 2/8/1999 will ONLY use SQLFetch.

That should fix it.

Replies are listed 'Best First'.
Re^2: Win32::ODBC FetchRow
by Stephen Toney (Sexton) on Aug 29, 2004 at 12:06 UTC
    I suppose I could also modify the current code using the older version as a model? Any ideas on where to find such an old module?

    Thanks for the reply!


      Any ideas on where to find such an old module?

      I don't know if this is a good solution but you can find old versions of modules on backpan.

      Win32::ODBC is part of libwin32 which you should be able to find here

      --
      John.

        John, thanks for the links, but it didn't work. I downloaded a version on Win32::ODBC.pm from 1998 and the code for fetchrow() is identical to the current version.

        Any suggestions would be most welcome!

Re^2: Win32::ODBC FetchRow
by Stephen Toney (Sexton) on Aug 30, 2004 at 21:09 UTC
    Thanks for the suggestion, but it didn't work. I downloaded a version on Win32::ODBC.pm from 1998 and the code for fetchrow() is identical to the current version.

    Any suggestions would be most welcome!

Re^2: Win32::ODBC FetchRow
by Stephen Toney (Sexton) on Aug 31, 2004 at 12:00 UTC
    Unfortunately, this didn't work. I downloaded a version on Win32::ODBC.pm from 1998 and the code for fetchrow() is identical to the current version.

    Any further ideas would be most welcome!