473,396 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Blocking users from accessing Access database

kai
Hi, All
I try to block some one import my Access database tables using Access
database.

I used password protection, but if some one crack through my password, are
there any other methods to block some one importing my tables using Access
database?

Thanks

kai
Nov 13 '05 #1
5 2568
"kai" wrote
I used password protection, but if some
one crack through my password, are
there any other methods to block some
one importing my tables using Access
database?


No, not that I know of, if they break security (and it isn't all that
difficult). Security on a desktop database that someone can copy as a file,
take away, and work on at their leisure isn't ever going to be as good as
security on a server database. If your data tables are very important to
you, that would be the way to go -- a server database with an Access
front-end.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #2
kai
Larry,
Thanks
Kai
"Larry Linson" <bo*****@localhost.not> wrote in message
news:khO4d.1375$Jj4.548@trnddc06...
"kai" wrote
I used password protection, but if some
one crack through my password, are
there any other methods to block some
one importing my tables using Access
database?


No, not that I know of, if they break security (and it isn't all that
difficult). Security on a desktop database that someone can copy as a
file,
take away, and work on at their leisure isn't ever going to be as good as
security on a server database. If your data tables are very important to
you, that would be the way to go -- a server database with an Access
front-end.

Larry Linson
Microsoft Access MVP

Nov 13 '05 #3
kai
Larry,
Is it possible when some try to import tables from current data, the
database pops a from (user defined form) to request username and password?

Thanks

kai
"Larry Linson" <bo*****@localhost.not> wrote in message
news:khO4d.1375$Jj4.548@trnddc06...
"kai" wrote
I used password protection, but if some
one crack through my password, are
there any other methods to block some
one importing my tables using Access
database?


No, not that I know of, if they break security (and it isn't all that
difficult). Security on a desktop database that someone can copy as a
file,
take away, and work on at their leisure isn't ever going to be as good as
security on a server database. If your data tables are very important to
you, that would be the way to go -- a server database with an Access
front-end.

Larry Linson
Microsoft Access MVP

Nov 13 '05 #4
I am not aware of any mechanism by which you can be aware that someone is
importing from your database -- there's no event. In fact, you can import
objects from a database that isn't open (it may be, internally, temporarily
"opened"). You can apply Access security, but as I mentioned, that can be
broken.

My view of "user defined forms" for name/password security is that is, at
best, "security lite", even easier to defeat than Access' own builtin
security. I have, in the distant past, implemented a security lite scheme,
but only after I had been strong in my warnings to the client that it was,
essentially, worthless. They took the view that the people using it would be
unfamiliar with computers (computer-illiterate) and wouldn't even _try_ to
get around it. I am sure they were wrong; the only "saving grace" was that
version never went into production; the version that did go into production
had been converted to an Access client to an SQL Server database, so they
had the security of the server and of SQL Server.

Larry Linson
Microsoft Access
"kai" <ka******@earthlink.net> wrote in message
news:UA*****************@newsread3.news.pas.earthl ink.net...
Larry,
Is it possible when some try to import tables from current data, the
database pops a from (user defined form) to request username and password?

Thanks

kai
"Larry Linson" <bo*****@localhost.not> wrote in message
news:khO4d.1375$Jj4.548@trnddc06...
"kai" wrote
I used password protection, but if some
one crack through my password, are
there any other methods to block some
one importing my tables using Access
database?


No, not that I know of, if they break security (and it isn't all that
difficult). Security on a desktop database that someone can copy as a
file,
take away, and work on at their leisure isn't ever going to be as good as security on a server database. If your data tables are very important to
you, that would be the way to go -- a server database with an Access
front-end.

Larry Linson
Microsoft Access MVP


Nov 13 '05 #5
kai
Thank you very much Larry

Kai
"Larry Linson" <bo*****@localhost.not> wrote in message
news:qi15d.42$Ym1.31@trnddc03...
I am not aware of any mechanism by which you can be aware that someone is
importing from your database -- there's no event. In fact, you can import
objects from a database that isn't open (it may be, internally,
temporarily
"opened"). You can apply Access security, but as I mentioned, that can be
broken.

My view of "user defined forms" for name/password security is that is, at
best, "security lite", even easier to defeat than Access' own builtin
security. I have, in the distant past, implemented a security lite scheme,
but only after I had been strong in my warnings to the client that it was,
essentially, worthless. They took the view that the people using it would
be
unfamiliar with computers (computer-illiterate) and wouldn't even _try_ to
get around it. I am sure they were wrong; the only "saving grace" was that
version never went into production; the version that did go into
production
had been converted to an Access client to an SQL Server database, so they
had the security of the server and of SQL Server.

Larry Linson
Microsoft Access
"kai" <ka******@earthlink.net> wrote in message
news:UA*****************@newsread3.news.pas.earthl ink.net...
Larry,
Is it possible when some try to import tables from current data, the
database pops a from (user defined form) to request username and
password?

Thanks

kai
"Larry Linson" <bo*****@localhost.not> wrote in message
news:khO4d.1375$Jj4.548@trnddc06...
> "kai" wrote
>
> > I used password protection, but if some
> > one crack through my password, are
> > there any other methods to block some
> > one importing my tables using Access
> > database?
>
> No, not that I know of, if they break security (and it isn't all that
> difficult). Security on a desktop database that someone can copy as a
> file,
> take away, and work on at their leisure isn't ever going to be as good as > security on a server database. If your data tables are very important
> to
> you, that would be the way to go -- a server database with an Access
> front-end.
>
> Larry Linson
> Microsoft Access MVP
>
>



Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Matthew Wells | last post by:
Good morning... I have an Access front end that uses SQL Server linked tables. SQL Server uses Windows authentication. I have one Windows group that all Access users are a member of. I added...
11
by: Anonymous | last post by:
Hi I dont know how to program Javascript, but I am a web designer. I a looking for an easy-to-use script (for a beginner) which i can use t stop users from accessing my website using what I call...
3
by: David Sworder | last post by:
This message was already cross-posted to C# and ADO.NET, but I forgot to post to this "general" group... sorry about that. It just occured to me after my first post that the "general" group readers...
4
by: Richard | last post by:
hi, I am using SQL SERVER 2000. Problem that i am facing is when ever I check locks in Enterprise Manager I find following blocking - : 1) sp_cursoropen;1 2) sp_cursorclose;1 3)...
1
by: bluedolphin | last post by:
There seems to be a consensus that Access has a concurrent user limit of 200 users. I am working on a system that currently stands at approx. 1 gig and has a small number of users. However, there...
12
by: Berj | last post by:
i have a novice question. is Access multi-user? can multiple users access the same database?
2
by: Matthew Wells | last post by:
Good morning... I have an Access front end that uses SQL Server linked tables. SQL Server uses Windows authentication. I have one Windows group that all Access users are a member of. I added...
7
by: David Sworder | last post by:
Hi, I'm developing an application that will support several thousand simultaneous connections on the server-side. I'm trying to maximize throughput. The client (WinForms) and server communicate...
4
beacon
by: beacon | last post by:
I'm having some trouble with my database (what's new, right?) and an error message that seems to appear somewhat randomly for the users that are accessing it. I'm using Access '03 and know it...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.