"feature" request: use prepared commands for data inserts
Brian Donahue
Posts: 6,590 Bronze 1
Hi Burton,
Thanks for your suggestion. I've had a bit of experience with parameterized queries myself and I agree they are easy to use and may be more efficient. I'm not 100% sure on that last point myself.
But using parameters for something that you'll execute over and over again where (as they say on Dragnet) only the names have been changed can cut down on a lot of unnecessary code.
I'll pass your suggestion on and we'll see if we can accommodate that.
Thanks for your suggestion. I've had a bit of experience with parameterized queries myself and I agree they are easy to use and may be more efficient. I'm not 100% sure on that last point myself.
But using parameters for something that you'll execute over and over again where (as they say on Dragnet) only the names have been changed can cut down on a lot of unnecessary code.
I'll pass your suggestion on and we'll see if we can accommodate that.
This discussion has been closed.