I have an access table that requires a login (adminstrator) and password (Newstart06), when using the following the following code - How should the password be stated?
Thanks
Dim sConnString As String = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\table.mdb;" & _
"User ID=administrator;" & _
"Password=Newstart06
Thanks
Dim sConnString As String = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\table.mdb;" & _
"User ID=administrator;" & _
"Password=Newstart06