Subject | [IBO] IBO 4.9.8 - TIB_Cursor bug with pessimistic lock? |
---|---|
Author | Enrico Raviglione |
Post date | 2010-01-07T16:19:38Z |
Sorry for my previous dirty email...
Hi Jason,
please verify TIB_Cursor with pessimistic lock because when i call Edit() application hang with an exception.
TIB_Cursor SemaforoC SQL: Select KEYTABLE1, USER From SEMAFORO;
Code :
SefamoroC.Prepare();
SemaforoC.First();
SemaforoC.Edit(); รง Here application does an exception
The same code work properly if i using a TIBOQuery instead of TIB_Cursor.
Best regards,
Enrico Raviglione.
[Non-text portions of this message have been removed]
Hi Jason,
please verify TIB_Cursor with pessimistic lock because when i call Edit() application hang with an exception.
TIB_Cursor SemaforoC SQL: Select KEYTABLE1, USER From SEMAFORO;
Code :
SefamoroC.Prepare();
SemaforoC.First();
SemaforoC.Edit(); รง Here application does an exception
The same code work properly if i using a TIBOQuery instead of TIB_Cursor.
Best regards,
Enrico Raviglione.
[Non-text portions of this message have been removed]