Autorisation for the Tables

sunil

New Member
Dear All,
I create a User for Edit User List (Data Administration -----> Admin -----> Security -----> Edit User List) After Create this User when I am Run the Program there is a Massige comming "Insufficiant Acccess Privileage for Table (Table Name) Error Number (234)

Pls Help me to over come this problem

Thanks
 

Ach

Member
Check the Access restrictions for users in the DB..which users are allowed access to tables etc..

Also, look at the 'Grant' command to grant the user access privilege to the table. Sorry, don't remember the syntax but you can find it from the SQL Explorer help.
 
Top