(Contents)(Previous)(Next)

exec sql include sqlca

This statement identifies the place within the program text where the SQLCA has to be declared. If any SQL statement is included in the program text, the ADABAS C precompiler generates the required declarations independently. This statement can therefore be omitted; it only serves to guarantee the compatibility with other systems.


(Contents)(Previous)(Next)