How to know the error of a DataGrid/SqlDataAdapter.Update (The white exclamation mark in a red dot)

D

DraguVaso

Hi,

I have a DataGrid bound to an sqlDataAdapter. When I do a
SqlDataAdapter.Update, on 1 row I got a red dot with a whie exclamation mark
in it, to show me there is an error, and the changes aren't saved.

The problem is that I'm not able to knwo what error it is, I just get the
red cirkel with the white exclamation mark before my row.

Does anybody know how to get the reason of that error?

Thanks a lot in advance,

Pieter
 
C

Cor Ligthert

Pieter,

Can you show a little bit code of that update where you probably as well use
something as a merge or a refill?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top