R
Richard Lu
Hi all,
In VB.NET I want to use access MS MDB database, and use following code.
....
Dim myConnection As OleDbConnection
....
But the compiler warns me that 'undefined type OleDbConnection', is there
anything missing?
In VB.NET I want to use access MS MDB database, and use following code.
....
Dim myConnection As OleDbConnection
....
But the compiler warns me that 'undefined type OleDbConnection', is there
anything missing?