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: General / Current Version (Old)
 Database Password
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sr_erick
Senior Member

USA
1318 Posts

Posted - 21 June 2001 :  20:14:03  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
How do I make a database that has a password applied to it work for the forum system?? Thanks a million!

__________________________________


Snowmobile Fanatics

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 June 2001 :  20:30:26  Show Profile
Do you have Microsoft Access?

This is the connection string I use (after the password has been set using MS Access):

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\database\snitz_forums_2000.mdb;Jet OLEDB:Database Password=password" '## MS Access 2000
Go to Top of Page

^=[AmNeSiAc]=^
Starting Member

Chile
15 Posts

Posted - 16 July 2001 :  23:06:09  Show Profile
quote:

Do you have Microsoft Access?

This is the connection string I use (after the password has been set using MS Access):

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\database\snitz_forums_2000.mdb;Jet OLEDB:Database Password=password" '## MS Access 2000




And if i use virtual path???
help.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2001 :  23:09:40  Show Profile
try it like this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/database/snitz_forums_2000.mdb") & ";Jet OLEDB:Database Password=password"
Go to Top of Page

^=[AmNeSiAc]=^
Starting Member

Chile
15 Posts

Posted - 16 July 2001 :  23:26:58  Show Profile
it works!!!

Thanks, you're the best!!!

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 1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07