Re: SQL Injection Code Help




jbiros wrote:
I like it. Thanks for the sample code.

Jeremy

I forgot one thing, you will need to clear the parameters at the end of
the ExecuteSQL:

For i = 0 To UBound(arrParams)
oCmd.Parameters.Delete 0
Next

PL.

.