Subject | Prepared |
---|---|
Author | ra8009 |
Post date | 2006-04-26T20:35:03Z |
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?
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?