in reply to Re^5: portable mysql auto_increment
in thread portable mysql auto_increment

I didn't know that you have to retrive all results from a statement handle in DBI. Is this a general thing, or just an issue (bug?) for the Sybase DBD?
This may be specific to DBD::Sybase. The problem is that I need an extra fetch (the fetch that returns an empty array) to realize that there are no more results to be fetched. Otherwise the Sybase client libraries will complain that a new request is being attempted on a connection that has pending results.

Michael

  • Comment on Re: Re: Re^4: portable mysql auto_increment