我是新事物,我都想从头开始,在进入数据库中插入一行。
我在使用Microsoft Vision C# 表示2010年时,我增加了一个数据集,对从这里到哪里去的路段感到不满。
我看着眼光等等,对我没有任何工作。
我一直在尝试这一法典:
DataRow newCustomersRow = timeDataSet.Tables["theTimes"].NewRow();
newCustomersRow["ID"] = "1";
newCustomersRow["User"] = "Test Name";
newCustomersRow["LieuHours"] = "23";
timeDataSet.Tables["theTimes"].Rows.Add(newCustomersRow);
表中只有3个表层,这是我正在展开的更大项目。
请让我有所帮助?