MySQL Forums
Forum List  »  Perl

Re: dbi buffers results before returning?
Posted by: Tait Larson
Date: November 15, 2006 03:18PM

I think I figured out how to 'stream' results back immediately from mysqld.

enable the following on your db handle before executing your SQL query.

$dbh->{mysql_use_result}=1;


More info can be found here:

http://dev.mysql.com/doc/refman/5.1/en/mysql-use-result.html

Options: ReplyQuote


Subject
Written By
Posted
Re: dbi buffers results before returning?
November 15, 2006 03:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.