using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication5
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
// TODO: 這行程式碼會將資料載入 'dB4DataSet.工作表1_舊' 資料表。您可以視需要進行移動或移除。
this.工作表1_舊TableAdapter.Fill(this.dB4DataSet.工作表1_舊);
}
}
}
bindsource 連接資料庫
detamember 連接清單