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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Internationalization (v4-archive)
 Password protecting DB
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

LC
New Member

Brazil
70 Posts

Posted - 19 May 2002 :  19:54:18  Show Profile  Reply with Quote
I read this post http://forum.snitz.com/forum/topic.asp?TOPIC_ID=27770 and I have a question about passwords.
The connection string will change, right?
I am using this :
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\web\mysite\db_directory\db.mdb"
Should I change it for something like this:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\web\mysite\db_directory\db.mdb";" & "JET OLEDB:Database Password=password"

Thanx,

LC


[moved by bozden on 01 October 2002]

<

Edited by - Deleted on 01 October 2002 18:33:45

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 May 2002 :  20:07:34  Show Profile  Send ruirib a Yahoo! Message
No need to separate the two parts (although you could also do it):

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\web\mysite\db_directory\db.mdb;JET OLEDB:Database Password=password"

Either way that will do it.


-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07