I know there are many threads about this but I can not find one to help me and I am getting frusterated!
I have a Access DB and I want to populate a combobox...
I am looking at using oledb but I am not sure what to do. This is where I am at and I dont know where to go from here. PLEASE HELP
Dim strConn AsString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Documents and Settings\ac49264\My Documents\Estimation tool\Estimation.mdb;" & _
"Jet OLEDB:System Database=system.mdw"
Dim MyConn AsNew OleDb.OleDbConnection(strConn)
Dim MySQL AsString = "Select * from Release"
I have a Access DB and I want to populate a combobox...
I am looking at using oledb but I am not sure what to do. This is where I am at and I dont know where to go from here. PLEASE HELP
Dim strConn AsString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\Documents and Settings\ac49264\My Documents\Estimation tool\Estimation.mdb;" & _
"Jet OLEDB:System Database=system.mdw"
Dim MyConn AsNew OleDb.OleDbConnection(strConn)
Dim MySQL AsString = "Select * from Release"