Potential Memory Leak with DataSet ?
From: Cube (anonymous_at_discussions.microsoft.com)
Date: 05/27/04
- Next message: casey chesnut: "Re: Solution for RPC with Compact .NET Framework"
- Previous message: Paul G. Tobey [eMVP]: "Re: Problem with OpenNetCF.Net adapter"
- Next in thread: Ilya Tumanov [MS]: "RE: Potential Memory Leak with DataSet ?"
- Reply: Ilya Tumanov [MS]: "RE: Potential Memory Leak with DataSet ?"
- Reply: William Ryan eMVP: "Re: Potential Memory Leak with DataSet ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 08:46:02 -0700
Hi all,
I have a PocketPC 2003 device running SQL CE, and merge replicating with SQL Server 2000.
The size of the database is around 2MB on my device.
When I launch my CF app for the first time. (e.g. after a soft-reset) all the data from
the database is loaded into my dataset and my dataset is bound to the various controls
on my app. (I use show/hide panels not multi-forms). Once a day I sync the data back
to the server (around 300 records). This involves:
1. Save Dataset to the Database
2. Replicate Database with the Server Database (Merge Replication)
3. Load updated database back up into the dataset
4. Rebind the dataset to the controls.
Lately I've found that some records are never getting into my database and sometimes
my controls have no data in them after a sync. I'm thinking it could be a memory leak
in my app./ dataset is screwed as this seems to happen after a prolonged period of time.
Has anyone any ideas?
Thanks for the help
- Next message: casey chesnut: "Re: Solution for RPC with Compact .NET Framework"
- Previous message: Paul G. Tobey [eMVP]: "Re: Problem with OpenNetCF.Net adapter"
- Next in thread: Ilya Tumanov [MS]: "RE: Potential Memory Leak with DataSet ?"
- Reply: Ilya Tumanov [MS]: "RE: Potential Memory Leak with DataSet ?"
- Reply: William Ryan eMVP: "Re: Potential Memory Leak with DataSet ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|