求助如何连接Access数据库
using System;using System.Collections.Generic;
using
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
namespace 学生信息管理系统
{
public partial class ScoreQuery : Form
{
public ScoreQuery()
{
InitializeComponent();
}
OleDbConnection connection1 = new OleDbConnection("Provider = Microsoft.Jet.OLEDB.4.0;" + "Data Source = C:\\db1.mdb");
这是我曾经下载的一段源码,我想问“using system.data.dledb;”还有最后一行的源码是自己敲上去的还是自动生成的?最主要就是数据库怎么连接上啊?
拜托各位高手能指点一下,最好图文并茂啊!!
小弟不胜感激