Home All Groups Group Topic Archive Search About
Author
30 Apr 2006 12:12 AM
rob
Thanks 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

AddThis Social Bookmark Button