![]() |
#1
|
|||
|
|||
![]()
Hello
Sorry if this is not the appropriate forum for paradox tables. I have been using in my old project the locking table for paradox: Code:
Tablel.LockTable(ltWriteLock); Maybe the locking is made implicitely ? Thanks for the answers Last edited by Jung; 03-22-2015 at 09:36 AM. |
#2
|
|||
|
|||
![]()
TQuery doesn't have this, as you already found out.
But if you use a TTable and a TQuery with the same Connection you should be able to call it in the following construction (pseudo) Code:
Table.LockTable Query.ExecSQL Table.UnlockTable |
#3
|
|||
|
|||
![]()
Hello,
Quote:
Anyway, thank you very much for the answer. |
![]() |
Thread Tools | |
Display Modes | |
|
|