J
JezB
How can I trace what a data adapter is actually trying to do ? I have a
problem since my adapter is always affecting 0 rows on any "Added" or
"Modified" records in my data table, but deleted rows work fine. I can't
seem to "step into" the stored procedures when the Update method of the data
adapter is invoked.
Is there some way I can check what stored procedures are being invoked and
debug these ?
problem since my adapter is always affecting 0 rows on any "Added" or
"Modified" records in my data table, but deleted rows work fine. I can't
seem to "step into" the stored procedures when the Update method of the data
adapter is invoked.
Is there some way I can check what stored procedures are being invoked and
debug these ?