BIEE 权限管理
Biee用户认证
2008-01-07 19:41
可以用外部表,没时间详细写,截张图 -- Create table------
select u_login,u_pwd,u_group,u_name,u_webgroup from biee_user where u_login=Upper(':USER') and u_pwd=':PASSWORD' ---------------System Session Variables USER |