SQLAllocStmt
Full Description
swirl
Syntax
  define external counter function SQLAllocStmt
     (  read-only SQL_handle_type ConnectionHandle,
        read-only SQL_handle_type StatementHandle )


Purpose

Allocates a statement handle and associates the handle with the connection specified by ConnectionHandle. An application must call SQLAllocStmt prior to submitting SQL statements.

This function has been superseded by SQLAllocHandle in ODBC 3.0.

Input arguments:

  • ConnectionHandle.
  • StatementHandle.

Copyright © OmniMark Technologies Corporation, 1988-1998.