|
Changing
the database password
Make sure you make
a note of the password
otherwise if you
forget it you wont
be able to access
the database
Passwording
the database
- Open
access 2000/2002
and then go
file - open
and select the
database
- Click
on the little
arrow next to
the open button
and click open
exclusive
- Click
on the menu
Tools
- Security
- Set database
password
- Input
the new password
twice and click
ok
- Your
password is
now set in the
database
PLEASE
NOTE : To undo
the password feature
you do the same
as above except
it will say unset
Database password
Remember
to change the
password (letmein)
in the script
to match the one
you set in the
database
Set the Tv Guide
to use the password
- Open
the common.asp
file in the
Tv Guide root
folder
- Under
where the Initialise
variables there
is one called
'strDatabasePassword
= "letmein"
- Un
comment that
line so it is
just strDatabasePassword
= "letmein"
- Under
the strCon there
is this line
'strCon =
strCon &
" Password="
& strDatabasePassword
&""
- Un
comment that
line so it is
just strCon
= strCon &
" Password="
& strDatabasePassword
&""
- Now
the password
has been added
to the connection
string and the
script will
use it.
- Repeat
the above on
the common.asp
in the admin
folder.
|