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 > Getting information on access rights

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-04, 02:44
divined divined is offline
Registered User
 
Join Date: Apr 2004
Posts: 110
Getting information on access rights

Hello everybody

I have a MySQL InnoDB database and am using Visual Basic 6 as a front end to access the tables via the ADO data access framework. However, the database can be accessed by users of varying rights. This brings forth the problem of how my application will handle attempted rights to a table. Do I have to do the validation in my code before attempting to write or can I leave that job to the DBMS and get informed by an error code it returns?
What is the best approach?
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