B
Bjorn Sagbakken
Well, that about the whole question.
I'm trying to convert from VB to C#, and so far I have figured out most of
the issues.
But I haven't found a way to retrieve the column data from a datareader
using the coumn name, only it's zero-based column ordinal (like
myDataReader.GetString(8) ... ) and when I use several sql joins, I don't
know the exact order of the colums in the result.
Any tip?
Bjorn
I'm trying to convert from VB to C#, and so far I have figured out most of
the issues.
But I haven't found a way to retrieve the column data from a datareader
using the coumn name, only it's zero-based column ordinal (like
myDataReader.GetString(8) ... ) and when I use several sql joins, I don't
know the exact order of the colums in the result.
Any tip?
Bjorn