Hello,
Im connecting to an excel spreadsheet that looks like this:
LEVEL VALUE
None 0
Some 1.2
More 3
I create a data set:
System.Data.
then I fill it.
cmd =
cn.Open();
cmd.Fill(ds);
cn.Close();
Then:::::::::::::::::::::::::::::::::::
{
------------The problem-----------------------
Its getting the new string value of name for each row, but its returning 0 for each values row.
I tried to change values from a double to a text column in excel, it still said your bringing in a double.
HELPLPPPPPPPPPPPPPP!
Thanks