mysql_query overflow ?

This is a discussion on mysql_query overflow ? within the PHP Language forums, part of the PHP Programming Forums category; Hi all, I would like to suggest you some refelxion about this : I run this simple code : .... $res = mysql_query ($requete, $...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-09-2003
Patrick H. E. Foubet
 
Posts: n/a
Default mysql_query overflow ?

Hi all,

I would like to suggest you some refelxion about this :

I run this simple code :

....
$res = mysql_query ($requete, $connexion) or die(mysql_error());
while (is_object($elt = mysql_fetch_object($res) ) ) {

....
}

with in $requete a SQL commande that I have run it on a mysql console
with succes.

If the result of the query is very big (but I don't know exactly the
limit), I get the message :
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL
result resource ...

I think that there is a problem in the function mysql_query.
Who knows how to avoid it ?

Regards.

Patrick

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:15 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0