3
Answers

Commnad timeout for SqlDataAdapter?

hi all, Is there a command timeout for SqlDataAdapter? There is one for Sqd command which is cmd.CommandTimeOut = 600 but I need one for SqlDataAdapter too. Is it SqlDataAdapter.ContinueUpdateOnError = true ?

Answers (3)