I use SqlDataReader.GetValue method to read values from DB:
Log.WriteLine(\"Value of CompanyName column:\" + thisReader.GetValue(1));
As p
thisReader.GetString(int columnIndex)