Hi,
I'm still very new to .NET but have worked w/vb6 for a while. I'm having a problem understanding the .ToString method. I have my connection, dataadapter & dataset working ok. I basically just want to wriet a query to give ne results from the dataset. In that result set I want to test for the value of 1 field. In the past I did a query, populated a recordset & then filled a string with that recordset value & then went on my merry way. For some reason I'm having an issue with applying that concept in .NET. Can someone please give me the basic 101 version of how to work with .ToString? (I'm assuming that is what I need to use.)
Thanks,
Corinne
I'm still very new to .NET but have worked w/vb6 for a while. I'm having a problem understanding the .ToString method. I have my connection, dataadapter & dataset working ok. I basically just want to wriet a query to give ne results from the dataset. In that result set I want to test for the value of 1 field. In the past I did a query, populated a recordset & then filled a string with that recordset value & then went on my merry way. For some reason I'm having an issue with applying that concept in .NET. Can someone please give me the basic 101 version of how to work with .ToString? (I'm assuming that is what I need to use.)
Thanks,
Corinne