SqlCommand and multiple SQL statements

  • Thread starter =?ISO-8859-1?Q?Arne_Vajh=F8j?=
  • Start date
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Is the capability of System.Data.SqlClient.SqlCommand to
execute more than one SQL statement (two SQL statements
in CommandText separated by semicolon and just one
Execute call) a supported feature that we can expect
to continue to work in the future ?

Arne
 
M

Mary Chipman [MSFT]

SqlClient maps to SQL Server functionality, so as long as SQL Server
continues to support multiple commands, SqlClient will :)

--Mary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top