Hi all, I have a client using RBW 6.5++ build 1.851xRT03 who reports a problem with rules on temp tables.
I remember that some peoples complains on this list about this bug and it was supposed to be fixed. Is there somebody here that knows when (in which version) it was fixed ? Description of the problem : >From time to time, this rules prevent temp table T2commande to be updated, even when column cnatrans is correct : RULES 'Code nature de transaction incorrect.' FOR T2commande SUCCEEDS + WHERE (cnatrans IN (SELECT cnatrans FROM natrans)) The client send my a sample and I can duplicate the problem. In the current example, the table contains 118 rows and the problem happen or row 77. If I keep unchanged row 77 and I delete one row before or after row 77 ..... no more problem. Strange ... is not it ? Any help will be appreciated ... J.M. GRATIAS, Logimatique

