SqlConnection con = new SqlConnection("Server=.;uid=sa;pwd=sa;Database=tksqldb_train");
SqlDataAdapter da = new SqlDataAdapter("select st_nr from stid1 where st_id=328", con);
SqlCommandBuilder MyCB = new SqlCommandBuilder(da);
DataSet ds = new DataSet("st_nr");