Re: SQLCE 3.0 losing data after transaction
- From: "Ginny Caughey MVP" <ginny.caughey.online@xxxxxxxxxxxxxx>
- Date: Thu, 12 Feb 2009 18:09:38 -0500
Pablo,
Do you have a *small* code sample that illustrates this issue including code to create the database?
How much memory is available on the device you're using? Are you using DataSet or something less memory hungry like SqlCeResultSet?
Thanks,
--
Ginny Caughey
Device Application Development MVP
"Pablo Barros" <Pablo Barros@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:5D679B61-5EC3-4881-A279-4EBF594F7E5F@xxxxxxxxxxxxxxxx
Hi, I have the same problem, after some rows are inserted in various tables.
and we read the data, the data inserted (not all some rows) dissapeared. Do
you find a resolution for the problem?
Thks
"ErusGladius" wrote:
Hi,
We are having difficulties on our mobile application. We were using CE
2.0 and it was working perfect. Now that we upgraded to 3.0 , problems
occur every day. We are using Singleton Connection and transaction.
We are having difficulty on memory usage, after some work and
inserting many rows to the database we get a "not enough memory"
exception. And we can not go anywhere after that. Closing the
connection and opening again does not work.Only solution is to close
the application.
Our 2nd problem is , sometime we lose data. After some rows are
inserted and we succesfully read the data , there is a chance to lose
the data thats being inserted. We lose not all the rows but some rows.
And it occurs like there is a huge transaction and its roll backed.
But there is no such transaction. We commit our transaction after each
succesful insert.
Any help will be appreciated
- Follow-Ups:
- Re: SQLCE 3.0 losing data after transaction
- From: Pablo Barros
- Re: SQLCE 3.0 losing data after transaction
- References:
- RE: SQLCE 3.0 losing data after transaction
- From: Pablo Barros
- RE: SQLCE 3.0 losing data after transaction
- Prev by Date: RE: SQLCE 3.0 losing data after transaction
- Next by Date: SQL CE and ASP
- Previous by thread: RE: SQLCE 3.0 losing data after transaction
- Next by thread: Re: SQLCE 3.0 losing data after transaction
- Index(es):
Relevant Pages
|