DB2 Server for VSE & VM: Application Programming


Handling SQL Errors

There are two ways to declare the SQL communication area (SQLCA):

You may find that the only variable in the SQLCA you really need is SQLCODE. If this is the case, declare just the SQLCODE variable, and invoke NOSQLCA support at preprocessor time.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]