Previous Topic

Next Topic

ctsqlNewCommand

Allocate a new command handle.

Declaration

pCTSQLCMD ctsqlNewCommand(pCTSQLCONN hConn)

Description

ctsqlNewCommand() allocates a new command handle.

  • hConn the connection handle.

Return

ctsqlNewCommand() returns the pointer to a command handle, or NULL on failure.

See Also

ctsqlFreeCommand()