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.)Wednesday, March 7, 2012
Multiple SQL Statements in one SQLCommand
Labels:
database,
executed,
executenonquery,
microsoft,
multiple,
mysql,
oracle,
server,
sql,
sqlcomm,
sqlcommand,
statements
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment