Subject Prepared
Author ra8009
I know that the prepared property should be used whenever I'll be
using paramByName. Do I need to set "Prepared" more than once? Can I
just set parameters and have the result change without calling close
and open? What about DML queries like Inserts that use ExecSQL?