I have an ado control and a few textbox
control and datacomb controls( a few other ado control connect to the datacomb box) on the tabStrip control

the master ado control's cursorlocation is
in the client side and cursortype is adopenstatic.

The problem is that sometimes the ado.recordset.updatebatch or ado.recordset.update is working with the
certain record, but the update failed to work with other records.

does anybody know why?