Hi guys,
Fighting with C#...
I have this code, and I can't find what I'm doing wrong... Any hint, please?
foreach (DataRow myRow in myDataSet.Tables[0].Rows)
{
strMyString = myRow["MyColumn"];
}
Error: Cannot implicitly convert type 'object' to 'string'. An explicit
conversion exists (are you missing a cast?)
Thanks a lot!
Carlos Sosa Albert - 08 Jun 2007 22:56 GMT
Nevermind... I'm an idi0t -.-
> Hi guys,
>
[quoted text clipped - 11 lines]
>
> Thanks a lot!