S
Scott
I have several access databases with code that contain user names and
passwords to sql servers. I was just looking for some advice on my options
to protect the sensitive data.
Would it be a decent plan to create a dll and have the username/password
sensitive data inside the dll and have access get the user/password info
from the dll?
I'm not that into .Net, but do own visual studio 2008. I realize this is an
access forum, but I was wondering if you can create something simple like a
dll with a little sentive data as described using regular vb script with VS
or does VS force a programmer to use only .Net code?
Any guidance would be appreciated.
passwords to sql servers. I was just looking for some advice on my options
to protect the sensitive data.
Would it be a decent plan to create a dll and have the username/password
sensitive data inside the dll and have access get the user/password info
from the dll?
I'm not that into .Net, but do own visual studio 2008. I realize this is an
access forum, but I was wondering if you can create something simple like a
dll with a little sentive data as described using regular vb script with VS
or does VS force a programmer to use only .Net code?
Any guidance would be appreciated.