Re: DBI fetch

2005-09-29 Thread Tom Allison
Peter Scott wrote: On Sat, 27 Aug 2005 14:07:09 +0300, Octavian Rasnita wrote: What do you think, if the most important is the speed, which method is recommended to get the results of a DBI query? fetchrow_arrayref or fetchrow_array (I guess that fetchrow_hashref has the lowest speed). Tha

Re: DBI fetch

2005-08-27 Thread Peter Scott
On Sat, 27 Aug 2005 14:07:09 +0300, Octavian Rasnita wrote: > What do you think, if the most important is the speed, which method is > recommended to get the results of a DBI query? > > fetchrow_arrayref > or > fetchrow_array > > (I guess that fetchrow_hashref has the lowest speed). That wasn't

DBI fetch

2005-08-27 Thread Octavian Rasnita
Hi, What do you think, if the most important is the speed, which method is recommended to get the results of a DBI query? fetchrow_arrayref or fetchrow_array (I guess that fetchrow_hashref has the lowest speed). Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c