Board index » delphi » Object not locked

Object not locked

Hi,
I use Delphi4 and a TDataBase component.
When starting with TdataBase.startTransaction, I have this error message "
Object not locked ".
Best regards
 

Re:Object not locked


Quote
>I use Delphi4 and a TDataBase component.
>When starting with TdataBase.startTransaction, I have this error message "
>Object not locked ".

The only time I have seen this error come up is when you try to open a table
exclusively and it fails because another instance of the table is open

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:Object not locked


I found the solution. In local transactions, for Paradox and Dbase, you must
specify in the TransIsolation level property tiDirtyRead. It works now.
Regards

Brian Bushay TeamB <BBus...@Nmpls.com> a crit dans le message :
398df926.53943...@forums.Inprise.com...

Quote

Other Threads