database - Increasing Windows Mobile 5 Emulator Storage -
I use the Microsoft Sync Framework to synchronize the SQL Server database with the SQL Compact SDF file on the Windows Mobile 5 emulator. I am here. . We have 2 Gig SD cards in the actual device that are deploying on us, so we want to store our database files there. However, when I map the shared folder as a storage card in the Windows Mobile 5 emulator, the SQL Compact Engine is not able to create or modify a database file on the mapped memory card due to a bug. So to achieve this past during the development on the emulator, I was just going to store the database on internal device storage, however, it is limited to 32 MB and I can not find a way to increase it. Does anyone know how to increase the storage space on the emulator? I am not speaking the storage space RAM :).
Otherwise, does anyone know how to get a bug that does not have a SQL compact database file on the storage card in the emulator?
Thank you!
Below you will find a driver for the emulator which sets the RAM disc, that external storage for emulator Seen as a card, but does not suffer from problems with the mapping of a folder. I have checked with the compiled SDF file stored in the Ramdisk and it works like a magic, I used it as a 64 MB drive Used in It is believed Ekin that it can handle up to 256 MB.
Comments
Post a Comment