Hi,
related to SQL injections Erel has stated, that
But why parameterized queries are considered to be safe? Does this method just escape special characters? Or is there another security mechanism behind the function?
Jan
related to SQL injections Erel has stated, that
He also has mentioned the same in his SQL video tutorial.Parameterized queries are also safe (SQL.ExecQuery2, ExecNonQuery2).
But why parameterized queries are considered to be safe? Does this method just escape special characters? Or is there another security mechanism behind the function?
Jan