Re: C-API and multiple resultsets

2002-10-29 Thread Stefan Fleiter
Insanely Great wrote: Hi! If you want to traverse two result set in the same time then use the mysql_store_result(). If you don't have a big resultset coming then probably mysql_store_result() in the same connection is a better option. Otherwise you have to use two connections. Thanx, just wa

Re: C-API and multiple resultsets

2002-10-29 Thread Insanely Great
QLyog - The Definitive Win32 GUI for MySQL http://www.sqlyog.com - Original Message - From: "Stefan Fleiter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 1:16 AM Subject: C-API and multiple resultsets > Hi! > > If I use mysql_use_

C-API and multiple resultsets

2002-10-28 Thread Stefan Fleiter
Hi! If I use mysql_use_reult() of the C-API, I must use two connections to traverse two different result sets at the same time. Is that right? Thanx, Stefan sql, query - Before posting, please check: http://www.mysql.com/m