Click here to Skip to main content
15,890,438 members

Comments by SheepSpeech (Top 21 by date)

SheepSpeech 31-Jan-18 10:59am View    
Thank you. After my searches, could you answer some new questions I had in mind :
3) Because an Access database needs Jet or ACE, can we say that an Access database file is "embedded"? What is the difference with, say, a PostgreSQL database?
4) Is Access really using Jet, which is deprecated ? Even Access 2016 ? It sounds weird to me...
SheepSpeech 26-Jan-18 10:56am View    
Thanks. But then how do you explain this part of the error message: "or memory usage accumulating continually over time"? As I said, it seems to be related in some way...
SheepSpeech 26-Jan-18 4:28am View    
Well I can't give you the code because this is a project I'm on with other people. But I can tell you that I'm using Entity Framework, and the long operation is generating entries for a database.
Anyway, the only difference between both cases is the new thread creation.

I added the error message I get when I'm in debug mode. The interesting part is "or memory usage accumulating continually over time". It seems to be related in some way...

Do you have any ideas, even vague? It might help me find out what's relevant here.
SheepSpeech 13-Dec-17 9:19am View    
Thanks !
I just finished a project in C#, my mistake. But I saw this on the internet and it seems to work, I use it for my databases exceptions: AfxMessageBox(L"Database error: " + e->m_strError);
SheepSpeech 13-Dec-17 8:13am View    
Deleted
Thanks !
I just finished a project in C#, my mistake. But I saw this on the internet and it seems to work, I use it for my databases exceptions: AfxMessageBox(L"Database error: " + e->m_strError);