navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Database Security

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Database Security
Page: [1]
 
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

(in reply to xterradane)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Database Security - 1/14/2002 23:06:02   
Check out http://www.frontpagewebmaster.com/topic.asp?TOPIC_ID=9488 as a good resource!

§þððk¥
Database / DRW Q & A
VP-ASP Shopping cart
Spooky Login

(in reply to xterradane)
xterradane

 

Posts: 143
From: Mobile, AL USA
Status: offline

 
RE: Database Security - 1/15/2002 9:33:56   
Thanks so much. Great information! Hope I can get it to work tonight. You guys are wonderful!

 

(in reply to xterradane)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Database Security
Page: [1]
Jump to: 1





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