Subject | IB_Cursor and RequestLive=False |
---|---|
Author | Lucas Franzen |
Post date | 2008-11-08T17:02:37Z |
I just stumbled across that again.
I added a TIB_Cursor which was meant for inserting / updating some data,
but I forgot to set the RequestLive property to true.
Anyway:
I'm able to do one insert/update. I do just get an error when I do it
the second time. I don't understand why I can perform one (and just one)
DML statement when I excpect not to be allowed to perform any.
Any clues?
Luc.
I added a TIB_Cursor which was meant for inserting / updating some data,
but I forgot to set the RequestLive property to true.
Anyway:
I'm able to do one insert/update. I do just get an error when I do it
the second time. I don't understand why I can perform one (and just one)
DML statement when I excpect not to be allowed to perform any.
Any clues?
Luc.