in reply to Re: Re: Re: Dereferencing and DBI methods
in thread Dereferencing and DBI methods
If you are using any of the database handle methods (as opposed to statement handle methods), you cannot bind variables becuase you never prepare the statement; DBI does it all for you. This works wonderfully for a one-shot query, where there is no reason to bind variables.
|
|---|