Row level locking when using ADO Query



Hi,

can enybody write me,
how can I use a Row level lock like
"INSERT INTO TableNeme WITH (ROWLOCK) ...."
OR
"UPDATE TableNeme WITH (ROWLOCK) SET ..."

when I use a TADOQuery method Post:

ADOQuery.Post

Please help!

Best regards
Dimitar Antonov


.