|
|
Communication Areas
SQLDA
The SQL descriptor area
SQLDA, which was used in earlier versions of Mimer SQL, has now been replaced by a standardized SQL descriptor area.The
SQLDAarea was allocated and maintained by constructions in the host language. The new SQL descriptor area is allocated and maintained by standardized embedded SQL statements.The former SQL descriptor area
SQLDAis still supported in Mimer SQL for compatibility reasons.Win: On Windows, SQLDA is no longer available. Applications using SQLDA has to be modified to use SQL Descriptors instead.SQLCODE
The use of
SQLCODEto retrieve status information has been replaced by the use ofSQLSTATEandGET DIAGNOSTICSin Mimer SQL. For compatibility reasons, return codes can still be retrieved inSQLCODE, as in earlier versions of Mimer SQL.
SQLCODEcan now either be a field in theSQLCA, or a 4-byte integer variable in the application. Mimer SQL will assume the existence of anSQLCODEvariable in the application if noINCLUDE SQLCAstatement is found and neitherSQLSTATEnorSQLCODEis declared betweenBEGIN DECLARE SECTIONandEND DECLARE SECTION.The values of
SQLCODEare the same as the values for the internal Mimer SQL return codes described in the Mimer SQL Programmer's Manual.
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|