Execute Stored Procedure from X++ code
Contents
To execute a stored procedure from X++ use the Server method, the Client method does not have permissions; you don’t require any special privileges or permissions to execute a stored procedure. If we use other than Server method, a message should appear like this
Warning
Request for the permission of type
SqlStatementExecutePermission
failed.
|
|