At 07:10 AM 8/8/2003 -0700, Marc Schluter wrote:
well folks
I think I found my problem.
If I start RBW then do Unload all, everything is OK. Then I run SET ZERO ON SET WRITECHK ON SET CLEAR ON and the output file is smaller and I loose the rows. Then I set writechk off and did another unload all and it worked fine.
It seems that writechk on will not allow all of the rows to be written to the output file and it appears to be the tables with dates.
Am I crazy or is this possible?
Marc,
SET WRITECHK ON specifies R:BASE to verify "EVERY" write to disk.
So, you may need to check integrity of your database using R:SCOPE.
Just for fun:
Try the same scenario using the CONCOMP database bundled with the latest R:BASE 6.5++ for Windows, i.e., C:\RBTI\RBWIN65\SAMPLES\CONCOMP and see what happens.
Have Fun!
Very Best R:egards,
Razzak.

