How to find out from program how much memory is available?

  • Thread starter Thread starter Mathijs Beentjes
  • Start date Start date
M

Mathijs Beentjes

Hi,

- How can I find out how much memory is still available from program?

- I want to know this, because a customer of mine is claiming a
unrecoverable database crash once and a while; I want to build in a
check on memory availability. I think this might be the cause.
Does anyone has the same problems with Sql CE databases?

Thanks in advance,

Mathijs Beentjes.
 
The GlobalMemoryStatus() method of class Core in OpenNETCF has the ability
to return some memory status...

Paul T.
 
Back
Top