Table Lock vs. Row Lock
Posted: Fri 30 Jan 2009 13:08
Hello,
how to implement a row lock?
I use a "select [fields] from [table] for update" in TSmartQuery.
Properties of tSmartQuery:
AutoCommit=False
Lockmode=lmNone
FetchAll=True
Properties of TOraSession:
not in transaction
Autocommit=False
Pooling=False
After Editing and Close the Query, the Table is locked by oracle.
D2009 and ODAC 6.70.0.42
Can anyone help me?
thx
Mathias
how to implement a row lock?
I use a "select [fields] from [table] for update" in TSmartQuery.
Properties of tSmartQuery:
AutoCommit=False
Lockmode=lmNone
FetchAll=True
Properties of TOraSession:
not in transaction
Autocommit=False
Pooling=False
After Editing and Close the Query, the Table is locked by oracle.
D2009 and ODAC 6.70.0.42
Can anyone help me?
thx
Mathias