Thread: new user
View Single Post
  #5 (permalink)  
Old 01-08-09, 06:07
stanislav.ondac stanislav.ondac is offline
Registered User
 
Join Date: Aug 2005
Posts: 140
You dont need resource privilege...connect privilege is sufficient for your purpose(if you want only query and update data)

The error you are receiving means you have wrong syntax in your statement.
You can't use "on all table" keyword...informix has no support for it. Instead you have to grant privileges individually for every table you want...with shell script for example.
Find out solution to this problem on this forum...it was already solved.
Reply With Quote