Image | Audio | Video |
---|---|---|
X |
Creates a query object and returns a handle. You can use the handle with other APIs to manipulate the query object.
Authorization
None.
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbqqry.lib | libdmbqqry.a (AIX) |
| libdmbqqry.sl (HP-UX) |
| libdmbqqry.so (Solaris) |
Include file
dmbqbapi.h
Syntax
SQLRETURN QbQueryCreate( QbQueryHandle *qObj );
Parameters
Error codes
Examples
Create a query object and return the handle in qoHandle:
#include <dmbqbapi.h> rc = QbQueryCreate(&qoHandle);