Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MS Access
 password protect database?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mama2000
Junior Member

Canada
100 Posts

Posted - 12 April 2001 :  20:46:08  Show Profile  Visit mama2000's Homepage
I came across this web page

http://www.brinkster.com/Articles/Databases/SecureAccess.asp

Does anyone know if this would this work with the forum db?

Thanks

:)
Kelly
http://theparentsite.com/club/default.asp

ahugedeal
Starting Member

20 Posts

Posted - 12 April 2001 :  22:20:53  Show Profile  Visit ahugedeal's Homepage
Yes, it works. Set your DB Password as that article says. Here is a copy of a connection string I used:

Set DataConnection = Server.CreateObject("ADODB.Connection")
Dataconnection.open "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Database Password=yourdbpassword;Data Source=c:\inetpub\wwwroot\database.mdb"
Set cmdDC = Server.CreateObject("ADODB.Command")
cmdDC.ActiveConnection = DataConnection

Safest way to go if you have to use access.

Edited by - ahugedeal on 12 April 2001 22:22:32
Go to Top of Page

mama2000
Junior Member

Canada
100 Posts

Posted - 13 April 2001 :  01:35:30  Show Profile  Visit mama2000's Homepage
Thanks :)

:)
Kelly
http://theparentsite.com/club/default.asp
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07