in reply to Re: Placeholders in SQL query
in thread Place holders in SQL query

The idea of placeholders for security is for when the values that are passed to the SQL are untrusted.

If the programmer did not type the data into the program sourcecode, then it is external to the program, then it is not safe to use without placeholders