Try this:
On Tue, May 11, 2004 at 12:51:28PM -0700, [EMAIL PROTECTED] wrote:
>
>
> below I have a snippet from a trace file read out for a section of code below. The
> problem seems to be with '$sth->bind_param (2,$rh_row->{prop_str_addr});' The first
> Bind works fine however the next one in
I'm attempting a search for multiple strings using the bind_param option. My
understanding is the server will flag each string then after each string has been
selected and exicuted I can then do a fethall_array. However the the results only
include the last string searched. any ideas. an exa
> Should work, as long as your parameters are all strings. With numbers
> you currently need to specify the type (for example DBI::INTEGER or
> similar, written from memory) as a third parameter.
do I need to specify the DBD module in addition to DBI ? After reading the module info
on CPAN it s