SqlCe and Secure Digital

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

Hallo.
I have this problem.
In my app, i insert data into an SDF that is located on a Secure Digital.
After inserting Data (no SqlCeException during install), i cannot find all
records into DB.
I have seen that in my SD the free space is about 3MB. Then i free space of
the SD and the next INSERT insert all records on SD.

The problem is the space of the SD? Why during the insert of the data with
the command INSERT, CF don't send me SqlCeException?

Thanks Simon.
 
It probably has nothing to do with free space, but caching. I'm betting the
driver or the controller is caching the write until the stream is flushed.
After you insert, close the connection and see what happens.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top