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 ?
Andrzej WegierskiPosted Mar 10, 2004, 5:08 AM
sunspotzzzPosted Mar 10, 2004, 4:10 AM
mikerPosted Mar 2, 2004, 8:11 AM