Memory Leaks SQL CE 3.0

  • Hi,

    I am working with SQLCE3.0 and when I use a lot of times an SQLCEDataAdapter.Fill() my application has the exception "Not enough storage is available to complete this operation...". I am sure I dispose all the objects, the SqlCeCommand, SqlCeDataAdapter etc..

    Does anybody know what should I do to fix this?

    Please I am desperate!!!! I have six months with this problem.

    Thanks

  • From what I know, SQLCEDataAdapter has performance issue, it drains the memory fast. since you are using sql CE 3.0, why don't you use SqlCeResultSet Class . Here's a another post on MSDN.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply