Hi,
My project is related to Hand Held device. We are using emulator. The total code is written in C#.

There is some data of 83,000 records, I have to upload the data into the emulator. After uploading some 50,000 records it is showing some error like "Storage memory is critically low".

I have compressed the database, by using some commands but still its not loading the data properly. we had tried to delete the rows in the table. But its not allowing to do. While deleting and truncating it showing the same problem.

The database type is: "SQL Server Compact Edition Database File"
Data base type: ".sdf"

Can you tell me how to overcome this problem.

Recommended Answers

All 2 Replies

Does the data have to be standalone on the device? can't the device connect remotely for DB operations perhaps?

It is standalone only. we are loading the data i.e an XL sheet into an emulator application not into physical emulator.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.