RE: Using binding in order to pass values to a sql statement.

2004-08-06 Thread NYIMI Jose \(BMB\)
> -Original Message- > From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Friday, August 06, 2004 6:09 PM > To: jason corbett; perl beginners > Subject: Re: Using binding in order to pass values to a sql statement. > > > > > > Hello all. I am t

Re: Using binding in order to pass values to a sql statement.

2004-08-06 Thread Wiggins d Anconia
> > Hello all. I am trying to use bind_param to create a list of values in the form of an array. Then I want to query the data base using a basic sql statement where each value in my list (array) will be sent to the DBI in order to return a value. I am getting and error that says can't call method

RE: Using binding in order to pass values to a sql statement.

2004-08-06 Thread NYIMI Jose \(BMB\)
> -Original Message- > From: jason corbett [mailto:[EMAIL PROTECTED] > Sent: Friday, August 06, 2004 5:44 PM > To: perl beginners > Subject: Using binding in order to pass values to a sql statement. > > > Hello all. I am trying to use bind_param to create a list of > values in the for