If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How can I prevent mySQL tables from beeing imported or linkt to MS ACCESS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-04, 09:02
NOPIEPER NOPIEPER is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
How can I prevent mySQL tables from beeing imported or linkt to MS ACCESS

Hello,
have a problem .
MySQL Backend - MS-ACCESS Frontend using ODBC

How can I prevent users of the database to import or link the SQL tables to any MS-ACCESS database?

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-25-04, 09:12
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
The only way I can think of preventing the Access users from importing the data is to never give them the ability to SELECT it.

-PatP
Reply With Quote
  #3 (permalink)  
Old 03-25-04, 09:21
NOPIEPER NOPIEPER is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Quote:
Originally posted by Pat Phelan
The only way I can think of preventing the Access users from importing the data is to never give them the ability to SELECT it.

-PatP
If the user is a autorized user and have access to the database some of them are trying to get the tables imported in a new database to play with them or get complete access. All of the users must have SELECT rights in order to run the apropriate functions .
Reply With Quote
  #4 (permalink)  
Old 03-25-04, 09:25
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
If they want to play, who cares? As long as they can't update their changes to the MySQL table, how does their play hurt anything? If there is data that they should not be permitted to access, they shouldn't have the ability to see it in the first place.

I can't see the problem here.

-PatP
Reply With Quote
  #5 (permalink)  
Old 03-25-04, 09:33
NOPIEPER NOPIEPER is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Sorry for beeing so green .

Problem is:
The database contains various user related information. Every user permission to the data is handled by a ACCESS filter function and query. So every user see's only his own data when they run the ACCESS frontend .
If they import the data in to a new database they can see them all because no filter or query prevent them from ...

Regards
Reply With Quote
  #6 (permalink)  
Old 03-25-04, 10:10
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
I'd probably create a separate MySQL login for each user. Give each user a view that presents only their own data. Do not give the users SELECT permission on the underlying table, just their own view (and possibly their subordinate's views.

-PatP
Reply With Quote
  #7 (permalink)  
Old 03-27-04, 22:56
kgm kgm is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
Wink Re: How can I prevent mySQL tables from beeing imported or linkt to MS ACCESS

[Hello

How did you get MS access to connect ot myswl server in slackware.

I am getting "vaio.kgmja.ca" not allowed to connect to mysql server.

My VAIO is the laptop and server is running slackware-current.

Please reply.

kgm.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On