in reply to Re: DBI execute() args in array format (or similar) possible?
in thread DBI execute() args in array format (or similar) possible?

read the docs (which I assume you've done :)

Yes sir...sure have. Although, admittedly, a lot of that is a bit over my head and unfortunately, as many of us do, I don't have the time to truly study everything in the docs :(.

consider using $dbh->quote() and $dbh->quote_identifier(), which it appears you haven't

right again! :)

Your suggestions have been quite helpful.

_ _ _ _ _ _ _ _ _ _
- Jim
Insert clever comment here...

  • Comment on Re: Re: DBI execute() args in array format (or similar) possible?