dbsqlsend

Description

Send a command batch to the server and do not wait for a response.

Syntax

RETCODE dbsqlsend(dbproc)
 
DBPROCESS      *dbproc;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

Returns

SUCCEED or FAIL.

dbsqlsend may fail if previous results had not been processed, or if the command buffer was empty.

Usage

See also

dbcmd, dbfcmd, DBIORDESC, DBIOWDESC, dbnextrow, dbpoll, dbresults, dbsettime, dbsqlexec, dbsqlok