在 英语 中使用 Stored procedure 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Stored Procedure: The program is a PL/SQL or Java stored procedure, or an external C subprogram.
In the SQL Server stored procedure is divided into two types: stored procedures and user-defined system provides storage process.
(3)Can reference other stored procedure from the stored procedure itself, which can simplify a series of complex sentences.
The stored procedure required to complete this operation could not be found on the server.
ERROR_PROCEDURE: returns the name of the stored procedure or trigger for which the error occurred.
Use F LINQ queries to specify exactly the data that you want in the F language, without writing a database query or a stored procedure.
For example, to invoke a stored procedure p or function f that is associated with the test database, you can say CALL test. p() or test. f().
You can create a SQL stored procedure that calls a C/C++ function in a library(a Dynamic Link Library(DLL) or shared object) as follows.
MaxDB supports stored procedures.
Banks, for example, use stored procedures and functions for all common operations.
This will allow you to write stored procedures in languages other than SQL.
They create a database named ASPState and several stored procedures.
Although these stored procedures and functions are specific to SQL Server, they insulate users from the structure of the underlying system catalog tables.
When writing stored procedures, triggers, and user-defined functions, programmers now will have to decide whether to use traditional T-SQL or a.
Stored procedures can provide improved performance because less information needs to be sent between the server and the client.
Stored procedures accept input parameters so that a single procedure can be used over the network by multiple clients using different input data.
Stored procedures can access or modify data in a database, but it is not tied to a specific database or object.
Hibernate3 allows you to specify handwritten SQL, including stored procedures, for all create, update, delete, and load operations.
Finally, stored procedures can execute multiple SQL statements, call functions, and even iterate over results sets, performing complex operations akin to programming code.
Stored procedures accept input parameters so that a single procedure can be used over the network by several clients using different input data.