Re: fetchrow_array problem

2002-02-10 Thread Tim Bunce
On Sat, Feb 09, 2002 at 09:50:14AM +0100, Bodo Eing wrote: > Ashwini, > > > hi, > > > > I have a perl script here which fetches data from the mysql database > > using the fetchrow_array method. I have this script running on 2 > > different machines. unfortunately this fetchrow_array call works o

Re: fetchrow_array problem

2002-02-09 Thread Bodo Eing
Ashwini, > hi, > > I have a perl script here which fetches data from the mysql database > using the fetchrow_array method. I have this script running on 2 > different machines. unfortunately this fetchrow_array call works on > one machine and not on another. I used the rows calls to check how >

fetchrow_array problem

2002-02-08 Thread Ashwini Pande
hi, I have a perl script here which fetches data from the mysql database using the fetchrow_array method. I have this script running on 2 different machines. unfortunately this fetchrow_array call works on one machine and not on another. I used the rows calls to check how many rows are returne