Is there some event that I can use to get tableadapter update errors?

 

I am trying to use:

 

AddHandler POAdapter.rowupdated, New FbRowUpdatedEventHandler(AddressOf
PO_OnRowUpdated)

 

With

 

    Private Sub PO_OnRowUpdated(ByVal sender As System.Object, ByVal e As
FbRowUpdatedEventArgs)

 

    End Sub

 

But I get "rowupdated is not an event ."

 

I know I can wrap all Update calls in a try/catch block, but I thought it
would be easier to handle them all in one place.

 

Rick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to