OpenNETCF.org has a great class for working with CSV (comma-delimited) files in the .NET Compact Framework. It is very handy to be able to translate from a CSV file to a dataset, and vice-versa, by using one simple method call. If you need it, you'll probably find it in the OpenNETCF.org's Smart Device Framework.
You can see the documentation here.