|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Re: Read cvs File FailsThanks for the reply. I do not do any special configuration but just
what is shown in the original post. Then I read the fields in the following ways: while (reader.Read()) { for (i = 0; i < reader.FieldCount; i++){ reader.GetValue(i); }} What kind of configuration do I have to do to get this working? Thanks |
|||||||||||||||||||||||