Why the component tDBInput (and it's similar tOracleInput) doesn't have the "Use prepared statement" flag ? tDBRow has this feature but the tDBInput doesn't.
How can I prevent sql injectjon without this basic feature ?
How can I abstract my queries from the specific dialect of the database if I cannot use prepared statements?