A
Andy Fish
hi,
I have seen by example that in order to use an SqlCommandBuilder, you just
have to instantiate it.
however, when trying to figure out what was happening, I looked in
reflector, and I can see that the SqlCommandBuilder constructor doesn't
actually do anything except store a reference to the DataAdapter. it does
not invoke the data adapter in any way.
how does this work? - I'm baffled !!!
Andy
I have seen by example that in order to use an SqlCommandBuilder, you just
have to instantiate it.
however, when trying to figure out what was happening, I looked in
reflector, and I can see that the SqlCommandBuilder constructor doesn't
actually do anything except store a reference to the DataAdapter. it does
not invoke the data adapter in any way.
how does this work? - I'm baffled !!!
Andy