Dim oFullPath As String = Environ("userprofile") & "\Desktop\EMS_2007.accdb"
Dim ConnectionString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & oFullPath & ";"
Dim dbadp As OleDbDataAdapter
Dim dTable As New DataTable
Sub Fill_GridView()
Try
Dim sSQL As String
sSQL = "SELECT * FROM [AANew]"
Dim connection As New OleDbConnection(ConnectionString)
dbadp = New OleDbDataAdapter(sSQL, connection)
dbadp.Fill(dTable)
Me.GridView1.DataSource = dTable
'Me.DataGridView1.Columns(0).Width = 0
Catch ex As Exception
MsgBox(ex.Message)
End Try
End Sub
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE