23 lines
790 B
Plaintext
23 lines
790 B
Plaintext
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
|