How can I capture the Sql error 547 in Entity Data Source
Dear All,
Need your assistance
I am trying to capture this error 547 (The DELETE statement conflicted with the REFERENCE constraint "FK_iCategorySub_iCategory") and informing the user that this record has associated record in another table. FYI I am using Entity Data Source for my List View. In SQL Data Source I could use “SqlDataSourceStatusEventArgs” and it works successfully.
Many thanks and best regards
Last edited by jeffrianwar; December 28th, 2011 at 07:16 PM..
|