Hello:
> I thought it was specific to FB.
>
> I am trying to connect to the FBDataAdapter.RowUpdated event like this:
In your first post you were telling TableAdapter's ( that aren't
firebird specific )
>
> AddHandler POAdapter.rowupdated, New FbRowUpdatedEventHandler(AddressOf
> PO_OnRowUpda
:[EMAIL PROTECTED] On Behalf Of
Carlos Guzmán Álvarez
Sent: Monday, April 09, 2007 6:36 AM
To: firebird-net-provider@lists.sourceforge.net
Subject: Re: [Firebird-net-provider] capture tableadapter update errors
Hello:
> Is there some event that I can use to get tableadapter update errors?
That
Hello:
> Is there some event that I can use to get tableadapter update errors?
That is a .NET related question ( not a firebird.net provider related
one ) so, please, ask it in a .NET forum.
-
Take Surveys. Earn Cash. Influ
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)