Hello,
I’m building an MS Access application as a front end to an Oracle database, using linked tables and server-side stored procedures. The question I have is with securing the ODBC connection information. Using Access 2010, hovering over the linked table shows everything in the connection string except the password. That’s not good, but I can live with it. However, Access also stores the ODBC connect informatin (including the password) in MSysObjects. A savy user could get to this info and gain access to stuff they shouldn’t. But the biggest issue I have is calling stored procedures in code. In order to do this you have to supply the connect string (or point to it in MSysObjects).
So, my question: is there a better way? The DB is currently a .mdb, would it be more secure as an accdb? What about mde/accde?
Thanks for any help. Looking forward to hearing what others are doing.
Brian