I'm writing a program that runs a sql query, and puts those fields into a long string. Since I am new to .NET ( I'm used to ADODB in VB 6 ), I can't get it to work.
Can someone give me an example on how to run a query and go through the recordset, or dataset, and add it to a string?