in reply to Problem getting data from win32::ODBC connection to oracle

According to the documentation on CPAN, your use of the constructor is fine.

I have zero experience with the this API, but from a quick perusal of the documentation, I'd suggest removing the call in void context to FetchRow(); I think it's moving the record index established by the SQL command, so that the call to DataHash() has nothing to return.

  • Comment on Re: Problem getting data from win32::ODBC connection to oracle