There is no real way to achieve this in any applications. There is nothing preventing anyone from using windows explorer and copying your data outside of your application. Here are two suggestions you might consider.
[ol][li]If your data is sitting on a server. Password protect the drive or directory your data is sitting in. And only your application "unlocks" the directory.[/li]
[li]Encrypt your data (and when the application loads, it will decrypt the data, and when it closes re-encrypt the data) that way if someone copies your encrypted data it will be unless to them.[/li][/ol]
Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first.
If the table is read-only (that is, users will neve need to alter it), you can embed it in your EXE file. To do so, find the table in the project manager, right-click, and select Include.
That won't stop a determined intruder from getting at it, but it will make it much more difficult.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.