Hi,
I'm looking for some information on the memory requirements of installing the compact framework v2.0 and SQL Server Mobile onto a mobile device. What would be the minimum RAM/ROM requirements for the mobile device for installing both
Thanks
Hi,
I'm looking for some information on the memory requirements of installing the compact framework v2.0 and SQL Server Mobile onto a mobile device. What would be the minimum RAM/ROM requirements for the mobile device for installing both
Thanks
Memory requirements for Compact Framework v2.0 and SQL Server Mobile
DouglasL
NETCF V2 is about 6 MB uncompressed/2 MB compressed.
SQL Mobile core is about 1.5 MB uncompressed/.6 MB compressed.
SQL Mobile replication support is about .7 MB uncompressed/.3 MB compressed.
You need that amount of storage in order to install - PPC 03 compresses storage, WM 5.0 does not.
Plus you need storage for your database, up to 4GB.
RAM needed in order to run depends greatly on your application, could be as little as 2MB. Store your data in memory in DataSet or custom business objects and you can use up entire process virtual address space easily.
Will Merydith