GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.5.0; Document Revision $Revision: 1.42 $ | ||
---|---|---|
Prev | Chapter 10. Embedded SQL Syntax Specification | Next |
In order to allow mixed use of ODBC and ESQL constructs to access the ODBC handles has been added to the translator. The construct below allows to access either the statement handle or the connection handle of the specified data base name.
<include_handle> ::= 'INCLUDE' { 'STATEMENT' 'HANDLE' [ <cursor>] | 'CONNECTION' 'HANDLE' } 'OF' [ <dbname>]
In case of the statement handle, the name of the cursor may be specified. If no cursor is given, the statement handle of the last query will be returned.