hi
I am working on a portal site.For this i am using MS Access database.
For security reasons i need to protect the database by giving a password
But the connections r not opening in the server when i password protect it.
What can be done for the above problem.pls let me knkow
bye
hemanth
Discussions
EJB programming & troubleshooting: connections not opening as DB is password protected -MS AccessDB
-
connections not opening as DB is password protected -MS AccessDB (2 messages)
- Posted by: hemanth hs
- Posted on: April 12 2001 09:07 EDT
Threaded Messages (2)
- connections not opening as DB is password protected -MS AccessDB by Dan Josephs on April 12 2001 10:38 EDT
- connections not opening as DB is password protected -MS AccessDB by Tony Brookes on April 12 2001 17:16 EDT
-
connections not opening as DB is password protected -MS AccessDB[ Go to top ]
- Posted by: Dan Josephs
- Posted on: April 12 2001 10:38 EDT
- in response to hemanth hs
how are you making the connection to the database? -
connections not opening as DB is password protected -MS AccessDB[ Go to top ]
- Posted by: Tony Brookes
- Posted on: April 12 2001 17:16 EDT
- in response to Dan Josephs
By default a MDB file will have to be opened as user Admin with no password.
The first thing to do is to set an Admin password, then you have to create the valid user for reading from the database as well.
Both of these go in the .MDA file (If memory servers, it's been a while) and your MS Access instance is associated with an MDA.
How you associate your MDA and MDB files together for the purposes of Java I don't know, but the first thing you must do is set an Admin password.
Chz
Tony