Results 1 to 3 of 3

Thread: [Solved using other method] Change access database field before retrive it on VB

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2003
    Posts
    38

    [Solved using other method] Change access database field before retrive it on VB

    Help!

    I have a Access database, which stores a password. Now, that password will be encrypted on the database, since it was not. But, i need the old programs to keep running, even of they don't incorporate the encrypt decrypt function. Basically, i wanted to make a middle ware, which when the program ask the password, it descripts it and retrieves it. Can it be done?

    Thanks... this is a great example why we should use at least a 3 tier application
    Last edited by Ph0b0s; Sep 14th, 2007 at 08:35 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Change access database field before retrive it on VB

    Why do you need the old one to keep running?

    Why not make your change and roll out a whole new version?

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2003
    Posts
    38

    Re: Change access database field before retrive it on VB

    Hack, because we i have older applications which cannot be modified on the client and they need to work also, when we change this field.

    Anyway, I've solved the problem. We created a new field, the new versions read the new field and the old ones keep reading the old one

    Anyway, would be interesting for the future know if a change like this could be done.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width