in reply to RE: DBI Problem - binding variables
in thread DBI Problem - binding variables

binding more than once is ok, if you set the bind_type during the bind_param(), then it remembers the type when you do the execute. At least according to the DBI docs.
  • Comment on RE: RE: DBI Problem - binding variables