OpenESQL Assistant can generate the following types of EXEC ADO auxiliary code. For a description of each, see the section Using Embedded EXEC ADO Statements in the chapter Using OpenESQL with ADO.NET.
Connected or Disconnected Models
Disconnected Models
Generates a skeleton SQL program that includes the INCLUDE SQLCA statement and a default SQL error routine.
Connected Models
Generates a skeleton SQL program that includes the INCLUDE SQLCA, CONNECT and DISCONNECT SQL statements and a default SQL error routine.