Do you have a question about the HP NonStop SQL/MP and is the answer not in the manual?
Outlines the process of creating C programs with embedded SQL statements.
Describes how to construct, compile, and run SQL statements at runtime.
Retrieves a single row of data from tables or views into host variables.
Returns multiple rows from tables or views, one row at a time, using cursors.
Inserts one or more rows into a table or protection view using host variables.
Explains how to use named pointers to access sets of rows one at a time.
Outlines the general steps for compiling C programs with embedded SQL.
Details C program development within the Guardian environment.
Specifies the access permissions needed to run NonStop SQL program files.
Explains how SQL program files can become invalid due to changes or errors.
Describes the run-time recompilation process invoked by the SQL executor.
Identifies scenarios where dynamic SQL programs are beneficial.
Summarizes dynamic SQL statements usable in a C program.
Provides guidelines to prevent stack overflows for SQL statements.