added LSL2 stored procedures
This commit is contained in:
22
LSL2/STPROC/SQL_SERVER_ENGINE_INIT.txt
Normal file
22
LSL2/STPROC/SQL_SERVER_ENGINE_INIT.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Compile Subroutine Sql_Server_Engine_Init(VOID)
|
||||
|
||||
/********************************************************************************************************
|
||||
|
||||
This program is proprietary and is not to be used by or disclosed to others, nor is it to
|
||||
be copied without written permission from SRP Computer Solutions, Inc.
|
||||
|
||||
Name : Sql_Server_Engine_Init
|
||||
|
||||
Description : Initializes a SQL Server engine. Called by each engine in the engine server when they
|
||||
are first launched.
|
||||
|
||||
History (Date, Initials, Notes)
|
||||
10/11/10 KRF Original Programmer
|
||||
|
||||
********************************************************************************************************/
|
||||
|
||||
$insert ENVIRON_CONSTANTS
|
||||
|
||||
Declare subroutine Set_Env
|
||||
|
||||
Return
|
Reference in New Issue
Block a user