Constants

sqlx.inc

SQL_NumRows

SQL_NumRows
#define SQL_NumRows SQL_NumResults

Handle

Handle
enum Handle
{
   Empty_Handle
};

Threaded query states. Used to check the state of a complete threaded query.

TQUERY_CONNECT_FAILED
#define TQUERY_CONNECT_FAILED	-2
#define TQUERY_QUERY_FAILED	-1
#define TQUERY_SUCCESS		0