jayceepoo Posted December 3, 2004 Posted December 3, 2004 Hi all, I was just wondering if there was a difference between instantiating a SqlCommand object using New, versus having your SqlConnection object create it with the .CreateCommand() function. Thanks a lot. Jason Quote
*Gurus* Derek Stone Posted December 4, 2004 *Gurus* Posted December 4, 2004 The only difference is that is saves you the property assignment for the SqlCommand object's Connection property. Quote Posting Guidelines
jayceepoo Posted December 6, 2004 Author Posted December 6, 2004 That's what I thought. Thanks a lot. Quote
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.