Chapter 15 DBMS-Specific Features


Defining database package initialization

The Initialization tab lets you define initialization code for the database package body. Typically initialization holds statements that initialize database package variables. Initialization takes place after database package creation and compilation in the server.

In the following example, the variable bonus is declared in the initialization part of the database package body:


 


Copyright (C) 2007. Sybase Inc. All rights reserved.