Try this connection string
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\" & SerIP & "\NTDB\Config.mdb" & ";User ID=Admin;Password=Password"
Replace Admin with Database user name
Replace Password with Database user's password.
If you get some exception please post it here.