Search results

  1. M

    how to go around mysql

    I see. how about ms sql? what version would you advice to me?
  2. M

    how to go around mysql

    i have downloaded the three requisites Banana, where to open the IDE to make tables?
  3. M

    Question can someone confirm this!

    thank you for your quick reply atomicshrimp.
  4. M

    Question can someone confirm this!

    thanks atomicshrimp. anyway, have you seen my post http://www.access-programmers.co.uk/forums/showthread.php?t=176518 can you give me an assistance on it...thanks.
  5. M

    Question can someone confirm this!

    i mean the database password not the ULS.
  6. M

    Question can someone confirm this!

    what do you mean database password "do not exist" ?
  7. M

    Question can someone confirm this!

    "the new password system is not stored in the database in access 2007" I just read some article in the internet that states the above. Can someone confirm that. If it is not store in the database, where is it stored?
  8. M

    Security..Is there another way? (RE-STATED)

    thanks for the inputs. TO DOC_MAN: say doc_man, if MS will continue to make this patches due to contract with the said government agency, could it be possible that the government ask MS to strengthen the database password and encryption just like version 2007 since this aspect of databasing...
  9. M

    Security..Is there another way? (RE-STATED)

    thank you very much doc_man for the very quick reply today. with the second to the last paragraph, I have done what you stated there. And every day I search every references online and on bookstores reading materials that will help me. with the last paragraph, yes I do believe exerting ones...
  10. M

    Security..Is there another way? (RE-STATED)

    To post number 22. To Dave: Dave thanks for the reply. just to reiterate my problem for you, I am using access version 2003. What I would like to achieve is a database password security like of version 2007 where 2007 does not implement anymore ULS to its new version for its more empowered...
  11. M

    Security..Is there another way? (RE-STATED)

    Thanks for the reply Doc_man and DJKarl. Doc_Man 1. it is in my mind to consider using SQL 2. I do know that access is for small environment applications 3. I could probably find some person to make some dll for me but what is lacking on me is how to apply the encryption method to the...
  12. M

    Security..Is there another way? (RE-STATED)

    Three things. 1. I know how to write code on create a function for encryption and decryption 2. I know how to set database password thru vba 3. BUT I do not know how to combine numbers 1 and 2 and then apply to the database or maybe I am not sure of it. that is why I ask how to read this...
  13. M

    Security..Is there another way? (RE-STATED)

    cant the forum help me with my need?
  14. M

    Security..Is there another way? (RE-STATED)

    http://www.everythingaccess.com/tutorials.asp?ID=Changing-the-encryption-type-in-Access-2007 I found this on the internet and it has encryption manager for 2007 version. when I tried it on 2003. it still say encryption change success. it changes the encryption code. I somewhat like it. but...
  15. M

    Security..Is there another way? (RE-STATED)

    Sub Command1_Click () Const DB_ENCRYPT = 2 Const DB_LANG_GENERAL = ";LANGID=0x0809;CP=1252;COUNTRY=0" '** Enter the following two lines as one, single line: CompactDatabase "C:\VB\TESTING.MDB", "C:\VB\NEWTEST.MDB", DB_LANG_GENERAL, DB_ENCRYPT End Sub...
  16. M

    Security..Is there another way? (RE-STATED)

    yes. I also agree with The_Doc_Man that is it a personnel issue. However, though I believe that it is a personnel issue that such penalty would probably include termination, but on the other hand, I was thinking more of the data. Even though such penalty would be imposed but such data would...
  17. M

    Security..Is there another way? (RE-STATED)

    Banana, was that a direct answer to this post? if it is, how can apply it to the database file?
  18. M

    Security..Is there another way? (RE-STATED)

    no ideas out there?
  19. M

    Security..Is there another way? (RE-STATED)

    FOR VERSION 2003 AND BELOW: I have another thought above security. Ok, let us set aside ULS issue, http://www.access-programmers.co.uk/forums/showthread.php?t=176268 OK, so we know that Microsoft removed the deprecated User Level Security to their new version of MS Access 2007. This is...
  20. M

    Security..Is there another way?

    no ideas anyone?
Back
Top Bottom