M
Matt
Hello,
I have a Pocket PC application that currently uses an XML file as its
data source.
The file is stored in the memory of the Pocket PC itself and not on a
card.
I have discovered that this XML file cannot exceed 20MB due to a limit
placed by the Windows CE operating system.
My question is, if I used SQL Server CE as the data source would that
solve the 20MB limit problem?
I'm guessing it might create many small files for the data rather than
one large one.
Another question is, if I placed the data source file on a memory card
would it accept files larger than 20MB or still be rejected by Windows
CE (I don't have one to test for my self you see).
This would be slow to access so might not be a solution anyhow.
Thanks in advance.
Matt
I have a Pocket PC application that currently uses an XML file as its
data source.
The file is stored in the memory of the Pocket PC itself and not on a
card.
I have discovered that this XML file cannot exceed 20MB due to a limit
placed by the Windows CE operating system.
My question is, if I used SQL Server CE as the data source would that
solve the 20MB limit problem?
I'm guessing it might create many small files for the data rather than
one large one.
Another question is, if I placed the data source file on a memory card
would it accept files larger than 20MB or still be rejected by Windows
CE (I don't have one to test for my self you see).
This would be slow to access so might not be a solution anyhow.
Thanks in advance.
Matt