in reply to Missing a bind variable, but where?
You'll need to do something like this to get those param calls out of list context.:
$db_sth->execute( $q->param( 'dbms_name' ) || '', ## or || undef $q->param( 'report_name' ) || '', $q->param( 'report_desc' ) || '', ...
blokhead
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Missing a bind variable, but where?
by DamnDirtyApe (Curate) on Feb 27, 2003 at 17:44 UTC |