J
John
Hi
When I try to open connection using below code;
Dim cn As ADODB.Connection
Dim strConnect As String
strConnect = "Provider=Microsoft.Jet.OLEDB.3.6;Data Source=F:\My Folder\My
DB.mdb;User Id=admin;Password=;"
Set cn = New ADODB.Connection
cn.Open strConnect
I get 'Provider cannot be found. It may not be properly installed.' error on
statement cn.Open strConnect. What is the problem and how can I fix it?
Thanks
Regards
When I try to open connection using below code;
Dim cn As ADODB.Connection
Dim strConnect As String
strConnect = "Provider=Microsoft.Jet.OLEDB.3.6;Data Source=F:\My Folder\My
DB.mdb;User Id=admin;Password=;"
Set cn = New ADODB.Connection
cn.Open strConnect
I get 'Provider cannot be found. It may not be properly installed.' error on
statement cn.Open strConnect. What is the problem and how can I fix it?
Thanks
Regards