Thursday, February 23, 2006 11:30 AM
I kept getting SQL FK exceptions in an app I'm working on, but wasn't sure how to actually catch the exception since an underlying object to an object data source was throwing it.
Turns out that its really easy. One of the events ODS's have is called Deleted. The event args for this give you access to both the exception and whether the exception was handled by the object.
Happy happy, joy joy.
D