When writing dynamic commands (those having "EXECUTE 'some SQLquery';), is there a way to prevent interpretation of input parametersas pieces of SQL commands? Does quote_literal() function implicitlyprotect against this unwanted behaviour.
Allan.