ctsqlExecuteDirect Executes a c-treeACE SQL command directly. Declaration CTSQLRET ctsqlExecuteDirect(pCTSQLCMD hCmd, CHAR* sqlcmd) Description ctsqlExecuteDirect() executes ac-treeACE SQL command directly without the need to a previous preparation of the statement. It is also possible to split the command in preparation (ctsqlPrepare()) and execution (ctsqlExecute()).
Return ctsqlExecuteDirect() returns CTSQLRET_OK on success.
See Also ctsqlPrepare(), ctsqlExecute() |
|||||||||||||