我正在尝试以最简单的形式在DataGridView中显示Access数据库表。但是,当我启动应用程序时,我没有看到任何表数据。见下文。
我很乐意更新所需的任何其他信息。
VB:
Option Explicit On
Option Strict On
Option Infer Off
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'MOKANDataSet.SalaryHistory' table. You can move, or remove it, as needed.
Me.SalaryHistoryTableAdapter.Fill(Me.MOKANDataSet.SalaryHistory)
End Sub
Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btnExit.Click
Me.Close()
End Sub
End Class
这是运行时的应用程序。
Visual Studio中的项目概述
答案 0 :(得分:0)
我很好奇,直接进入bin文件夹中的可执行文件。执行时,我得到“'Microsoft.Jet.OLEDB.4.0'提供程序未在本地计算机上注册。我使用的是Win 7 64位,但我使用的Microsoft Office套件是32位。我得到了32位-bit AccessDatabase Engine引用了here