schweizer
1st March 2006, 10:17
Hi,
once upon the time I shared a table but I was not aware of an externel software what writes records in this particular table too.
Now I get allways "wrong row returned" errors or I can not find a record anymore.
This external software is reading the report, so far is it ok.
But when it writes the record back the chaos is perfect.
Now I have to reorgenize the tables and everyting is fine untill the next time.
Have anyone a clue what is going on there and how to resolve this problem?
Thanks
Schweizer

Darren Phillips
1st March 2006, 11:57
you have a level 1 driver so baan controls the creation of the index, your 3rd party software doesn't know how to generate the index so this will happen whenever it updates a record. Baan do not support this method of changing data. You need a level II driver or use exchange, or a function server to update the records.

schweizer
1st March 2006, 12:09
Thanks Darren.