Hi all!
We're working with ADO and SQL-SERVER 7.0, and we need to lock the
records at row level.
We have downloaded the MS example program, ROWLOCK and we've tryed it,
it seems to work fine on the database pubs, but, when we make changes on the
indexes of the titles's table, then the locks begins to work at a page level
or table level.
Is there anybody who can explain it to us? We have searched on the msdn
but we haven't found any kind of explication for this matter.
Wich is the relation betwens locks and indexes in SQL SERVER?
In our application we have made changes on indexes, and the best results
were reached when we created clustered indexes. But we haven't found the
explication yet.
Thanks!
Agu.