Re: Avoiding roundtrips

2001-04-06 Thread Sinisa Milivojevic
Tomas Eriksson writes: Hi. I guess we all are waiting for subselects in Mysql...but can you do many sql-commands in a single execution, with a nice finally-result-select at the end? Many roundtrips feels bad... kind regards Tomas I truly do not understand what feature are

Re: Re: Avoiding roundtrips

2001-04-06 Thread Tomas Eriksson
something separate query-executions could take down the perfomance. I'm using Perl DBI. kinds regards Tomas - Original Message - From: "Sinisa Milivojevic" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 1:52 PM Subject: Re: Avoiding

Avoiding roundtrips

2001-04-05 Thread Tomas Eriksson
Hi. I guess we all are waiting for subselects in Mysql...but can you do many sql-commands in a single execution, with a nice finally-result-select at the end? Many roundtrips feels bad... kind regards Tomas