"Out of Memory" error
Beatrix Willius
bwillius at gmx.de
Mon Jan 16 02:36:02 CST 2012
On 16.01.2012, at 09:18, Ruslan Zasukhin wrote:
> On 1/15/12 8:15 AM, "Beatrix Willius" <bwillius at gmx.de> wrote:
>
>> Hi,
>>
>> what the … does the error 341250 "Out of Memory" mean? Just got an error
>> report from a user. He has barely started to add data to the database and then
>> he got this odd error.
>
> Valentina throw this error when new() cannot allocate RAM from system
>
> What happens if he restart your app or even computer?
Okay, I'll ask him to do this. But shouldn't this impossible on Mac OS???
Yesterday, the brain was in secured mode. But I think I managed this error in VStudio by monkeying around with my SQL query.
Was lucky, the SQL below gives the error. Is this valid SQL??? Should I add this to Mantis?
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]
FROM Message INNER JOIN Attachment ON Attachment.MailID = Message.RecID
Message INNER JOIN Mailbox ON Message.MailboxID = Mailbox.RecID
ORDER By [Date] ASC
But this SQL is not the one I use with my app.
Mit freundlichen Grüßen/Regards
Trixi Willius
http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina/attachments/20120116/31b2863b/attachment.html>
More information about the Valentina
mailing list