It\'s easy enough for me to read through a small SQL Server 2005 table like this:
string cmdText = \"select * from myTable\"; SqlDataAdapter adapter = new Sq
Just use a SqlDataReader instead.