Database
I have a MS Access Database which is Password protected
I want to connect to this particular database
Could u help me out how the connection string looks like
For eg:
I have given like this
cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = E:\Share\UpServer\TMSServer.mdb; Password=tmss"
But its showing me an error.
Could any one help me out
Thanks in Advance

