|
xterradane -> Database Security (1/14/2002 20:49:06)
|
I will make it easier this time: Does anyone know how to set a password up in Access and then use it in the connection? It should be something like this, but I can't get it to work: Set objConn = Server.CreateObject ("ADODB.Connection") objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; " & _ "Data Source=D:\Inetpub\wwwroot\Database\JobBoard.mdb;" &_ "Jet OLEDB: Database Password=xxx"
|
|
|
|