<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>how and when exactly are indices created?</div><div><br></div><div>After adding data, my application does a diagnose. I now got the second user reporting a problem. Today I got a diagnose report with the following content:</div><div><font class="Apple-style-span" face="'Lucida Grande'" size="2"><span class="Apple-style-span" style="font-size: 10px;"><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="font-size: medium;"><br></span></font></span></font></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; ">Field: MessageBody. Index record count (26064) differ from field one (25924).</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal 'Lucida Grande'; ">Problems found! ( Table: Message )</div><div><br></div><div>MessageBody is a Text field:</div><div><br></div><div>dim MessageBody as VText = new VText("MessageBody", 1*1024, EVFlag.fIndexed + EVFlag.fIndexByWords)</div><div><br></div><div>When writing to MessageBody I do the following:</div><div><br></div><div><div> theCursor.field("MessageBody").setString theNewBody</div><div> theCursor.UpdateRecord</div><div> theCursor.SetBlank </div><div> theCursor.Database.Flush</div></div><div><br></div><div>What could go wrong here? The only thing that I see is that theCursor.Database has been giving me problems some time ago. Does anyone else have an idea?</div><div><br></div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Mit freundlichen Grüßen/Regards<br><br>Trixi Willius<br><br><a href="http://www.mothsoftware.com">http://www.mothsoftware.com</a><br>Mail Archiver X: archive, clean and search email<br>http://www.beatrixwillius.de<br>Fractals, 3d landscapes etc.</span>
</div>
<br></div></body></html>