Wednesday, March 7, 2012

Multiple SQL Statements in one SQLCommand

I am just wondering if it is possible using SQL Server 2000 to have multiple SQL Statements executed with one sqlComm.ExecuteNonQuery(); call?

Absolutely. You can just string them together. (Or you can separate them with semicolons for clarity.)

No comments:

Post a Comment