in reply to Re: Win32::ODBC FetchRow
in thread Win32::ODBC FetchRow

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!

Replies are listed 'Best First'.
Re^3: Win32::ODBC FetchRow
by jmcnamara (Monsignor) on Aug 29, 2004 at 14:34 UTC

    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!