in reply to Re: parameterised query using database functions
in thread parameterised query using database functions

thanks. didn;t think you could do that :)
  • Comment on Re^2: parameterised query using database functions

Replies are listed 'Best First'.
Re^3: parameterised query using database functions
by ikegami (Patriarch) on Nov 24, 2010 at 18:17 UTC
    Which part? Use placeholders (question marks)? They are documented under the header "Placeholders and Bind Values".