|
| |
|
|
xterradane
Posts: 143 From: Mobile, AL USA Status: offline
|
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"
|
|
|
|
daveh42
Posts: 83 From: Maine USA Status: offline
|
RE: Database Security - 1/14/2002 21:41:27
I think you need to set the Database Password after the Set statement using the Properties collection like this: objConn.Properties("Jet OLEDB:Database Password") = "xxx" Hope this helps, Dave
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|