
16 Mar
2007
16 Mar
'07
3:53 p.m.
Hi, On 3/16/07, Jorge Lodos <lodos@segurmatica.cu> wrote:
Security is another reason to go away from sql queries as strings. Prevent SQL injection attacks.
You bind your parameters, you don't have any problems (except when this doesn't work, but then stored procedures don't help either). Regards, Michael