J
jp2msft
I have one TableAdapter that has 2 custom updating functions, 1 insert, and
the default Fill.
In my 2 custome updating functions, one function updates some fields,
whereas the other function updates the other fields (we do not always want to
update all records).
The problem is, when I call my update functions, they both return 0 (no
records were updated).
They are each in a TRY/CATCH block, but no exceptions are being thrown.
Why aren't my TableAdapter's Update functions working?
Is there a tutorial online somewhere that can outline the proper technique?
Thanks in advance!
the default Fill.
In my 2 custome updating functions, one function updates some fields,
whereas the other function updates the other fields (we do not always want to
update all records).
The problem is, when I call my update functions, they both return 0 (no
records were updated).
They are each in a TRY/CATCH block, but no exceptions are being thrown.
Why aren't my TableAdapter's Update functions working?
Is there a tutorial online somewhere that can outline the proper technique?
Thanks in advance!