G
Guest
Hi,
I am executing a SQL Server SP to get a DataSet through SqlDataAdapter.Fill.
The problem I have is that sometimes the SP will throw a divide by zero
error which causes a SqlException, even though the error is handled in the SP.
Is there anyway of stopping this error being thrown, as the SP will return
the correct data after the divide by zero error has occured? I have tried
setting ContinueUpdateOnError = True but this does not seem to do anything.
Thanks,
Steve
I am executing a SQL Server SP to get a DataSet through SqlDataAdapter.Fill.
The problem I have is that sometimes the SP will throw a divide by zero
error which causes a SqlException, even though the error is handled in the SP.
Is there anyway of stopping this error being thrown, as the SP will return
the correct data after the divide by zero error has occured? I have tried
setting ContinueUpdateOnError = True but this does not seem to do anything.
Thanks,
Steve