BlueJay924 Posted October 9, 2003 Posted October 9, 2003 if you have one connection open, and you want to run multiple queries, do you call cmd = connection.createCommand (where cmd is of type IDBCommand) more than once if you're running a couple of queries? or is once enough? Quote
*Gurus* Derek Stone Posted October 9, 2003 *Gurus* Posted October 9, 2003 Creating the IDbCommand object once and changing its CommandText property should work just fine. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.