-
VB over Access question
I wrote a decent little application to manipulate data with VB over Access.
I was successfull at packageing the little app as well, but when run on a
target machine with Access installed it's possible to open the Access files
without running the program. Is there a way to prevent that?
thomas
-
Re: VB over Access question
An Access MDB is an Access MDB. YOu can TRY using Access security, but that
is nototiously shaky and canbe VERY VERY easily cracked.
The only possible "trick" would be to change the EXTENSION of YOUR MDB, and
then HARD-CODE that file path (and New extension) in your program. This
would have the effect of making it less apparent that MyFile.xyz (or wahtever
exension you choose) is, in reality, an Access MDB (the extension that a
file has has NO EFFECT WHATSOEVER on what the internal strcuture of the file
really is).
Arthur Wood
"thomas555" <ttt@hotmail.com> wrote:
>
>
>I wrote a decent little application to manipulate data with VB over Access.
>I was successfull at packageing the little app as well, but when run on
a
>target machine with Access installed it's possible to open the Access files
>without running the program. Is there a way to prevent that?
>
>thomas
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks