I want to know more about Cursors and Locking in
VB. Where can I get info regarding this?. Assume, if I set ADO cursor type to Dynamic and execute a select sql on a table, subsequent update by another user on that table, how this update reflects on the ADO recordset?
Thanks