At 8:46 -0500 9/11/02, Dizzy Myope wrote:
>hi all:)    
>
>       int main(void)
>       {
>          .....
>          rs=mysql_store_result(&connection);//get result to rs
>          ......
>          mysql_free_result(rs);// it is necessary ???
>          rs=mysql_store_result(&connection);// get result to rs again.
>         
>       }   
>     
>        i write some codes with c++&mysql like above, and i want to know
>        between the same "mysql_res" used twice ,
>        it is necessary to use mysql_free_result() or not.

Yes.  Do you have some objection to doing so? :-)

>        3KS.
>        asap.    
>       
>             Dizzy Myope
>             [EMAIL PROTECTED]


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to