<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 16.01.2012, at 09:18, Ruslan Zasukhin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-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; font-size: medium; ">On 1/15/12 8:15 AM, "Beatrix Willius" <<a href="mailto:bwillius@gmx.de">bwillius@gmx.de</a>> wrote:<br><br><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">what the … does the error 341250 "Out of Memory" mean? Just got an error<br></blockquote><blockquote type="cite">report from a user. He has barely started to add data to the database and then<br></blockquote><blockquote type="cite">he got this odd error.<br></blockquote><br>Valentina throw this error when  new() cannot allocate RAM from system<br><br>What happens if he restart your app or even computer?</span></blockquote><br></div><div>Okay, I'll ask him to do this. But shouldn't this impossible on Mac OS???</div><div><br></div><div>Yesterday, the brain was in secured mode. But I think I managed this error in VStudio by monkeying around with my SQL query.</div><div><br></div><div>Was lucky, the SQL below gives the error. Is this valid SQL??? Should I add this to Mantis?</div><div><br></div><div><div>SELECT Message.MailboxID, Message.RecID, Message.OriginatorFrom as [From], Message.ReceiverTo as [To], Message.MainSubject as [Subject], Message.MainDateTime as [Date], Message.AttachmentCount as [Att.], MailboxName(Mailbox.Mailboxpath) as [Mailbox], lower(Message.OriginatorFrom) as [Order_From], lower(Message.ReceiverTo) as [Order_To], lower(Message.MainSubject)as [Order_Subject]  </div><div><br></div><div>FROM <span class="Apple-tab-span" style="white-space:pre">     </span>Message INNER JOIN Attachment ON Attachment.MailID = Message.RecID </div><div><span class="Apple-tab-span" style="white-space:pre">     </span>Message INNER JOIN Mailbox ON Message.MailboxID = Mailbox.RecID</div><div><br></div><div>ORDER By [Date] ASC</div><div><br></div><div>But this SQL is not the one I use with my app. </div></div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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: The email archiving solution for professionals</div>
</div>
<br></body></html>