INF: Grant or Revoke Permissions for ESQL Stored Procedures
PSS ID Number: 112714
Article Last Modified on 10/3/2003
The information in this article applies to:
- Microsoft Embedded SQL for COBOL 4.2
This article was previously published under Q112714
SUMMARY
When compiling Embedded SQL for COBOL (ESQL) applications using SQLACCESS
option, stored procedures will be created on the SQL Server for all static
SQL statements. When executing the static queries at run time, the
application will call the stored procedures automatically. Often you may
need to grant or revoke execution permissions on the stored procedures for
security controls. However, this task may become tedious because there may
be many stored procedures and all of them have very long names. This
article discusses the options available.
Keywords: kbprogramming KB112714
Technology: kbAudDeveloper kbSQLEmCOBOL kbSQLServSearch kbZNotKeyword3