PC Review


Reply
Thread Tools Rate Thread

Secure Access Schema

 
 
=?Utf-8?B?Sm9lIEdhaW5lcw==?=
Guest
Posts: n/a
 
      6th Sep 2004
I’ve heard it's possible to see an Access database schema even after
converting to an MDE. Is this the case, and if so, is there a way to protect
against this?
 
Reply With Quote
 
 
 
 
'69 Camaro
Guest
Posts: n/a
 
      7th Sep 2004
Hi, Joe.

> I've heard it's possible to see an Access database schema even after
> converting to an MDE. Is this the case


Yes.

> is there a way to protect
> against this?


Not unless you want to remove the enforcement of relational integrity
between the tables, remove cascade updates and cascade deletes, and remove
all outer joins for tables not explicitly defined in queries. If your
database application needs these relational database structural features,
then leave them as as they are. Otherwise, you can remove all tables and
their relationships from the Relationships window view, but don't re-create
the relationships with VBA code. Then, no one will "see" any relationships.

But to be honest, anyone experienced in relational database design can
easily figure out your schema from watching how your application works, so
you aren't hiding anything if you remove the tables and relationships from
the Relationships window.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)


"Joe Gaines" <(E-Mail Removed)> wrote in message
news:2C8DCFE5-51DB-4697-AE11-(E-Mail Removed)...
> I've heard it's possible to see an Access database schema even after
> converting to an MDE. Is this the case, and if so, is there a way to

protect
> against this?



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I sync a typed dataset schema with database schema easily? John Microsoft Dot NET 1 2nd Jan 2008 11:37 AM
MS Access looks for .mdb rather than Progress schema =?Utf-8?B?Zml0enJvbg==?= Microsoft Access VBA Modules 7 2nd Aug 2006 07:48 AM
can't create schema using .adp (or transfertext method renderred useless without schema) kreplech@gmail.com Microsoft Access 1 23rd Jun 2006 10:49 PM
DataSet ReadXmlSchema fails on a schema with (xsd:)imported schema Eric van Wijk Microsoft ADO .NET 0 27th Jul 2004 06:14 PM
Information Schema for MS Access chris dubuc Microsoft Access Database Table Design 1 6th Sep 2003 02:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:08 PM.