|
-
Jul 24th, 2008, 06:03 PM
#1
Thread Starter
Frenzied Member
MS Access - no copy
What is the best way to protect an MS Access database from being copied onto a usb drive or emailed home? The answer might be no possible ways but I still have to ask.
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
-
Jul 24th, 2008, 10:58 PM
#2
Re: MS Access - no copy
Access databases are just files, so this is a file system issue, not a database issue. How can you normally stop someone copying a file? Basically you can really only put it in a folder they don't have permission to access, but then how would your app access the database?
-
Jul 25th, 2008, 01:21 AM
#3
Thread Starter
Frenzied Member
Re: MS Access - no copy
 Originally Posted by jmcilhinney
Basically you can really only put it in a folder they don't have permission to access, but then how would your app access the database?
That is the million dollar question which I kind of answer myself already too.
So, there is no connection string that can access a protected folder or any other trick that I might now know?
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
-
Jul 25th, 2008, 01:50 AM
#4
Re: MS Access - no copy
You can apply security measures to an Access database, like file and user passwords, that will prevent someone opening the file without authorisation, as long as they're not too determined. That won't stop people copying the file but they won't really be able to use the copy.
-
Jul 25th, 2008, 10:06 AM
#5
Thread Starter
Frenzied Member
Re: MS Access - no copy
thanks jmcilhinney
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|