baanspider
16th May 2008, 09:20
Dear informix experts
Can someone show me how to write sql statements to retrieve a list
of the users in the informix database.

I need to see list of users and list of groups/roles and the permission for each of them.

thanks n regards

günther
16th May 2008, 09:46
dbaccess <<EOF
select * from sysusers
EOF


Günther