ProtectedConst Oledb Connection String error
ProtectedConst Oledb Connection String error
--------------------------------------------------------------------------------
I have a class module DataAccessLayer and I declared the following in the module.
ProtectedConst OLEDB_CONNECTION_STRING As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Application.StartupPath & "\..\..\Northwind.mdb;" & _
"User Id=admin;Password="
But the above statement appears as error and can't connect to database. anyone can help please?
Thanks in Advance
ProtectedConst Oledb Connection String error
--------------------------------------------------------------------------------
I have a class module DataAccessLayer and I declared the following in the module.
ProtectedConst OLEDB_CONNECTION_STRING As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Application.StartupPath & "\..\..\Northwind.mdb;" & _
"User Id=admin;Password="
But the above statement appears as error and can't connect to database. anyone can help please?
Thanks in Advance
Last edited: