6
FUNCTIONS
6.1 DB Interface Function
6.1.7 Stored procedure call function (Communication action)
6 - 12
1
OVERVIEW
2
SYSTEM
CONFIGURATION
3
SPECIFICATIONS
4
SETTINGS AND
PROCEDURE TO
OPERATION
5
INSTALLATION AND
UNINSTALLATION
6
FUNCTIONS
7
MES INTERFACE
FUNCTION
CONFIGURATION TOOL
8
DB CONNECTION
SERVICE AND
SETTING TOOL
(e) Acquiring output arguments or I/O arguments
When the following procedures are called in the stored procedure of SQL Server,
the MES interface module cannot receive the value assigned to the argument as a
execution result of the stored procedure.
• Select, Insert, Update, Delete statement
• Stored procedure including the above
• System stored procedure such as sp_who
Specify "SET NOCOUNT ON" before calling the above procedures in the stored
procedure for the MES interface module to receive the values assigned to
arguments.