Search results

  1. T

    connect to the right be-db

    Thanks for the ideas and quick responses. I used some code i found in forums. I delet all linked tables at closing the app. I coded the connectionstring as flexible as i think is needed (eg strconnectionstr= application.current.projectpath & new db name) and that is before i use(i think) a...
  2. T

    connect to the right be-db

    I have build an app with a fe and a be. i want the app to use the be-db from the location where the fe and be-db are placed. using some code with connecting a db and relink the tables workes fine in the std app. But when i generate a .fe.mde the old be-db is still used in spite of the code for...
  3. T

    DB Password

    Hei Midmented, Thanks again for your solution. I have put it in my application and it works great. Now i can start working on the rest of the security. Regrads TV
  4. T

    Encrypt/decrypt

    Thanks for the replies. I can encrypt the DB with Access standard function and yes the db will be encrypted (checked it). But at least on the same pc ms-access uses the same encrypt/decrypt key for all applications because i can link any encrypted table without any problem reading the data...
  5. T

    Encrypt/decrypt

    Hei, Is it possible to encrypt/decrypt an Access db-be with a password supplied by the developper? I know that access can encrypt/decrypt but that is using a standard used by all and every access installation. So that is no protection on a PC with access installed. Regards TV
  6. T

    DB Password

    Hei Guys, Thanks a lot, appreciate it very much. I will soon start working on it and will post my experience with these solutions. I am surprised that on the Office forum(access) in Holland nobody know this should be possible, if you agree i will refer the links to your solutions on that...
  7. T

    Bypass database password using VBA code

    Hei Dan, I have the same question. Can you give me an update on what you did with your 2 db's? Did you use VB code when openeing your protected DB? On one of the other forums nobody had an good solution , it might be that your's is good enough , pls let me know. Regards TeeVee
  8. T

    DB Password

    I want to protect my db-be with a password but Access will ask the user for this password. I want to keep that password secret and NOT to be supplied by any user nor from a /cmd line option which can be read by anyone. Can i somehow supply that password from my front-end application, so the...
Back
Top Bottom