Hi guys can u tell me how can I connect to the protected by login and password local computer and open a .mdb file which one is on this computer?
Below is a code where Z is a local computer but B is a folder where we have our database. But all time i got error with that i dont have premission to open magazyn.mdb. Can u tell me what i must add to this connectionString to open this .mdb file
conn.ConnectionString = _
"Provider=Microsoft.Jet.OLEDB.4.0;Data source=" & _
"\\z\b\magazyn.mdb;"