ODBC Server Reference Manual
Summary of Support for ODBC Features
HP NonStop ODBC Server Reference Manual—429151-002
A-8
Stored Procedures
Stored Procedures
The NonStop ODBC Server supports execution of stored procedures using the CALL
statement. Stored procedures cannot be created using CORE SQL, however; they
must be created in the Pathway environment.
Wild-Card Characters
The NonStop ODBC Server supports both of the CORE SQL wild-card characters.
Table A-5 summarizes the wild-card characters.
REVOKE x* The NonStop ODBC Server recognizes the
syntax, but does not execute the
statement.
SELECT x Fully supported.
UPDATE x The NonStop ODBC Server supports both
the positioned UPDATE and the searched
UPDATE.
Table A-5. NonStop ODBC Server Support of Wild-Card Characters
ODBC Wild-Card Character NonStop ODBC Server Support
%x
_x
x Indicates a supported function
Table A-4. NonStop ODBC Server Support of CORE SQL
Statements (page 2 of 2)
CORE SQL Statement
NonStop ODBC
Server Support Comments
x Indicates that the statement is supported
* Indicates that the statement has limitations