all groups > asp.net mobile > august 2005 >
You're in the

asp.net mobile

group:

Data Access (CSV?)



Re: Data Access (CSV?) Daniel Moth
8/9/2005 12:00:00 AM
asp.net mobile: Look at the System.IO namespace for manipulating files and there are plenty
of samples on the net.

For csv, look here:
http://www.opennetcf.org/csv.asp

Also searching the archives helps:
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search?hl=en&group=microsoft.public.dotnet.framework.compactframework&q=csv&qt_g=1&searchnow=Search+this+group

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

[quoted text, click to view]

Re: Data Access (CSV?) ctacke/
8/9/2005 7:29:23 AM
The SDF has a TextAdapter that will do exactly what you want.

http://www.opennetcf.org/library/OpenNETCF.Data.Text.TextDataAdapter.html
www.opennetcf.org/sdf

-Chris


[quoted text, click to view]

Data Access (CSV?) Gareth Sharp
8/9/2005 11:28:13 AM
Hi there

We are starting out developing a small application to run on a PDA. We're
running VS.NET 2003 Enterprise Developer, and using VB.NET (compact
framework) to develop.

The program is being successfully deployed onto the PDA, and all is well.

The next stage of the development is to add data access.

We are quite keen to get something running quickly, with out any further
investment, and are keen to go down the .txt or .csv file type path.

Can anyone give us any pointers towards some sample code to manipulate text
files in VB.NET to work on a PDA?

Any advice is greatly appreciated!

Gareth

AddThis Social Bookmark Button