ctsqlNewCommand
Allocate a new command handle.
Declaration
pCTSQLCMD ctsqlNewCommand(pCTSQLCONN hConn)
Description
ctsqlNewCommand() allocates a new command handle.
Notes:
Multiple command handles do not add to the license count; only ctsqlNewConnection() will increase the connection count.
Multiple command handles do not act separately in transactions. Transactions are on the connection.
Return
ctsqlNewCommand() returns the pointer to a command handle, or NULL on failure.
See Also
ctsqlFreeCommand()