in reply to RE: RE: Re: More on selecting rows with DBI...
in thread More on selecting rows with DBI...

Oh, yes, I definitely would recommend using bind variables. :) It's just that in this particular case of MySQL-specific syntax (LIMIT [offset], rows), it's worthwhile to note that MySQL doesn't actually support bound variables; so it's not an issue in this *particular* case.

In general, though, it's *highly* recommended.

  • Comment on RE: RE: RE: Re: More on selecting rows with DBI...