Subject | Re: [IBO] error : tiboquery -unable to initialize default locksql |
---|---|
Author | Helen Borrie |
Post date | 2004-09-22T01:24:44Z |
At 05:17 PM 21/09/2004 +0000, you wrote:
unless either
a) you set a valid custom LockSQL statement
or
b) you set the KeyRelation property
In either of those cases, PessimisticLocking will still not be valid if you
do not have the correct KeyLinks settings for the dataset.
Helen
>the sql has multiple tables in it for its selectSet PessimisticLocking False. It is not logically valid for a joined query
>obviously only table is being updated
>however when the dataset is put into edit mode
>i get the above error
unless either
a) you set a valid custom LockSQL statement
or
b) you set the KeyRelation property
In either of those cases, PessimisticLocking will still not be valid if you
do not have the correct KeyLinks settings for the dataset.
Helen