 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Steve Harp Guest
|
Posted: Wed May 05, 2004 6:50 pm Post subject: Too Many Record Locks |
|
|
Hi All,
I'm trying to use transactions with Paradox and getting an error "Too
many record locks on table". Is there a setting of the TDatabase
object that I'm missing or is Paradox just limited?
Thanks,
Steve
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Wed May 05, 2004 10:48 pm Post subject: Re: Too Many Record Locks |
|
|
Paradox does not have true transaction support. There is no rollback
on restart after a crash, the only isolation level is dirty read, and
transactions are limited to 255 rows. This limit cannot be changed.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Roman Krejci Guest
|
Posted: Fri May 07, 2004 11:10 am Post subject: Re: Too Many Record Locks |
|
|
"Steve Harp" <kilroy (AT) harpservices (DOT) com> píse v diskusním príspevku
news:bidi905ooqlb1svmsrqrf0sau7tuk5s5o6 (AT) 4ax (DOT) com...
| Quote: | Hi All,
I'm trying to use transactions with Paradox and getting an error "Too
many record locks on table". Is there a setting of the TDatabase
object that I'm missing or is Paradox just limited?
|
You may try to get an exclusive lock on
the table(s) in question. When the tables are exclusively
locked, the limit of 255 locked records within a transaction
no longer applies.
--
Roman
URL: www.rksolution.cz
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|