Author |
Topic |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 09:21:28
|
Is is possible to change the name and location of the forum database easily? If so, what would I need to do other than renaming the database file and changing its location?
Also, is it possible to add a password to the database and still have the forum code access it?
Thanks! Scott
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 09:37:10
|
Hi Podge,
Do I need to reinitialize the database after I change config.asp? And if so, how?
Thanks! I appreciate your help... Scott
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Podge
Support Moderator
Ireland
3775 Posts |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 10:27:34
|
By folder that is not web accessible, you mean where the directory can't be accessed via a browser, right?
But if someone knows the name of the file, they can still download it.
Thanks! Scott
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 28 January 2008 : 10:33:05
|
If the folder is not web accessible, it can only be downloaded through FTP. To have a folder like this, you need to create it at the same level or above the level of your root web folder. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 12:36:20
|
Ah ha! Okay, I'll have to put a question in to my host provider...
Thanks! Scott
|
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 17:06:20
|
Hi Podge,
Here's some code I found on that connection string page you mentioned...
<% 'declare the variable that will hold the connection string Dim ConnectionString 'define connection string, specify database driver and location of the database ConnectionString="Driver={Microsoft Access Driver (*.mdb)}; DBQ=c:\your_database_name.mdb;" &_ "Exclusive=1; Uid=your_username; Pwd=;" %>
What is the Exclusive variable for?
Thanks again! Scott
|
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
garrigus
New Member
53 Posts |
Posted - 28 January 2008 : 18:48:27
|
Okay, cool... thanks again, Podge. I appreciate all your help!
Scott
|
|
|
|
Topic |
|