Hi guys,

I've a question using the c-api.

I sent a query to the server with
      mysql_query( pConnHandleArr[iDbHnd], pcQuery )

and stores the result on the client locally with        
       pResSetArr[iDbHnd] = mysql_store_result( pConnHandleArr[iDbHnd] );

What happens if I do not free the result
pointermysql_free_result(pResSetArr[iDbHnd]);? 
Is it possible to sent more querys and store the result without freeing it?

Best regards


----------------------------------------------------------------------------
-------------------
Thorsten Guddack                   SIEMENS AG
ICM MD MP SCM SCCM PI                                 Information and
Communication Mobile -
 
Mobile Devices -
 
Mobile Phones
*    +49-2842-95-4270                                   
Fax   +49-2842-95-4256                                  Südstraße 9
*   [EMAIL PROTECTED]          D-47475 Kamp-Lintfort  
----------------------------------------------------------------------------
-------------------



---------------------------------------------------------------------
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