I have been using the LLBLGenProDataSource object and it has been working beautifully.
However, I now have a situation where my table has a unique contraint on a column.
The DataSource object does not seem to handle this well, my form crashes on the save.
From some other threads I have read that there is no way to catch the exception from the datasource. I hate to turn LivePersistance off and do it manually, but maybe that is the only option. Does anyone have any suggestions on how to handle this scenario???