Solution for FE and BE

  • Thread starter Thread starter KRISH
  • Start date Start date
K

KRISH

Any body help me how to solve problem related to backend
and front end. Problem is I split my database into two
files dbBE and dbFE. I want to give database password
mainly to back end i.e, dbBE. the password should be asked
from dbFE. The same is not happening. I am able to set
password for my front end, which acctually is not much
important. Password to dbBE is much more important. kindly
help me how to set passwor to dbBE which should be asked
from dbFE.

Thanks in advance.
 
The solution is simply to give both the front end, and the back end a
password.

You will have to re-link the tables to make this work.

Since you already have a password for the front end, simply go to the back
end, and make a password for that.

As mentioned, you will have to re-link the tables...
 
Hi Kallal,

Thanks for your response. But I am unable to relink the
table. When I try to do so by linked table manager. It is
giving an error saying not a valid password. Kindly help.

Thanks.
 
Back
Top