http://www.perlmonks.org?node_id=230761


in reply to Re: Re: Re: Limit results of a DBI query
in thread Limit results of a DBI query

I'm running an Apache/Linux server using FreeTDS and dbi:Sybase (Thank you) connecting to a Win2K box with MSSQL 7.0. Took a little while to get this all talking.

peppiv

  • Comment on Re: Re: Re: Re: Limit results of a DBI query

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Limit results of a DBI query
by mpeppler (Vicar) on Jan 28, 2003 at 21:44 UTC
    OK - the "set rowcount" should work, as long as DBD::Sybase doesn't feel that there are still results pending on a previous statement handle associated with the $dbh - in that case it goes and opens a new connection, which of course defeats the purpose here.

    Michael