Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: Limit results of a DBI query

by peppiv (Curate)
on Jan 28, 2003 at 16:53 UTC ( [id://230646]=note: print w/replies, xml ) Need Help??


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

Thanks for the help.

The TOP 10 command didn't work and I've tried putting the "set rowcount" statement in various places but I couldn't get it to work either.

Any other ideas?

peppiv

Replies are listed 'Best First'.
Re: Re: Re: Limit results of a DBI query
by mpeppler (Vicar) on Jan 28, 2003 at 21:17 UTC
    The "set rowcount" directive applies to physical connection. If for some reason the $dbh->do() command opens a new connection under the covers then it won't work.

    Which DBD driver are you using?

    Michael

      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

        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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://230646]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found