标题:[求助]我想插入数据,应如何写
取消只看楼主
wsq1168
Rank: 1
等 级:新手上路
帖 子:72
专家分:0
注 册:2007-8-24
 问题点数:0 回复次数:0 
[求助]我想插入数据,应如何写

我想插入数据,应如何写
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace WindowsApplication3
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
// TODO: 这行代码将数据加载到表“dataSet1.gpjg”中。您可以根据需要移动或移除它。
this.gpjgTableAdapter.Fill(this.dataSet1.gpjg);

}


}
}

搜索更多相关主题的帖子: using System 数据 public 
2007-11-14 21:21



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-185993-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.042604 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved