lname
account_num
using
namespace
{
database = Adventure;
integrated security = sspi"
select [lname] ,[fname] ,[account_num]
from
customer
"
conn.Open();
);
theDataRow.clear();
theDataRow.push_back(0);
theDataRow.push_back(1);
}
theDataSet.push_back(theDataRow);
index++;
w1.WriteLine(row);
rdr.Close();
w1.Flush();
w1.Close();
conn.Close();