I use ADO2.5 + Oracle + VB6 sp4

rst.Open "select * from test", conn, adOpenDynamic, adLockPessimistic, adCmdText

it doesn't lock the record until I run the rst.Update

Why????