Protecting Database Design

A

Alex

I have an app I developed for a client who wants to market it. It will be in
a runtime. The front end will obviously be easily protected but the back end
table design and relationships end up being open for viewing. What's the
best way to protect this part of it.
 
K

Keith Wilby

Alex said:
I have an app I developed for a client who wants to market it. It will be
in
a runtime. The front end will obviously be easily protected but the back
end
table design and relationships end up being open for viewing. What's the
best way to protect this part of it.

Hi Alex,

If you've "protected" the FE (I'm assuming with user-level security) then
why can't you apply this protection to the BE? Be warned that user-level
security can be hacked by someone with the rights tools and some
determination, it isn't bomb proof.

Keith.
www.keithwilby.com
 
A

Alex

I made the front into an mde prior to setting up the runtime. I have not put
any security into the app beyond that at this point. Setting security would
still allow the user to see the relationships (I think) which is what I was
trying to prevent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top