Search results

  1. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Thanks Isladogs. Perfectly clear. Will see if we can have a budget for this in due time. Still: would really like to have a stress test.
  2. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Hello CJ_London. Thanks for the input. What I'm doing is using Access only as the front end because it is the quickest tool I know for designing decent-looking forms and reports. I populate my controls (combos, listboxes, etc) by shooting instructions to the back-end. All the actual SQL queries...
  3. O

    Are you using a starter to update the FE?

    Hello! When I make a replacement BMP launch graphic to replace the Access launch graphic, I notice that if i make a tiny BMP (6k, black letters on white background) the same name as the application, this is correctly shown on application launch. But if I make the BMP slightly larger, with 32 bit...
  4. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Just read your method for making sure the autoexec is protected. Nice one!
  5. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    My back-end is MySQL and I send very small cryptic instructions over SSL, the backend does all the querying and sends JSON back to the front end, again of course over SSL. No saved queries, no local tables at all.
  6. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    ps: I am also using PHP and a Json parser to populate controls in my demo--app.
  7. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Hi Daniel, my question is really: how safe can I make my ACCDE? And I've bene testing this by trying to break into it. What I meant with that comment about injecting a form is that I tried to break into my own ACCDE by injecting a rogue autoexec from another application. That is easy enough to...
  8. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Many thanks! Will have a look!
  9. O

    Using MsAccess in Combination with PHP and MySQL: security

    Hello all! I have just done my first tests using Access (a non-encypted ACCDE front-end) in combination with PHP calls over SSL to a SSL encrypted MySQL backend. Anyone interested in trying to crack it open and tell me how they did it? I've already tried to copy a new autoexec macro into th...
  10. O

    Hello all, newby from Amsterdam here with an ACCDE security quest

    Hello All! I have been programming in Access for over 20 years, have always found it an extremely useful tool. My "specialty" is using Access as a front end and using MySQL as a backend. This usually works quite well. I stumbled into this group because I have always been interested in the...
Top Bottom