> > > Peter Hircock wrote: > > > I am having a problem when the query returns no rows, if > I get data all > > looks good. When I run $sth->execute() on a SELECT that returns no > > rows, the OLE->ODBC driver is returning a 01001 Information > Code, with the > > result. It looks like the ADE driver then enters a long > loop 65531. > > Memory ( > 300 Meg ) && CPU ( 100% ) while this is happening. > > Looks like the SUCCESS_WITH_INFO issue I'm currently working on: >
In the mean time, you might try DBD::ODBC and use the ODBC driver directly. Jeff