DBASEexternDbExec |
Top Previous Next |
SQL statement explain. With this routine a SQL statement can be explained on an external data bank. Then the routine delivers the number of the records which were concerned by the query. Parametre pipes (PIOPIPES) [IN] The trading pipes gives the issue canal. hndl (DBASEhndl *) [IN] The trading hndl contains references to the data bank, routines to the manipulation and the data bank driver. query (char *) [IN] In query SQL statements will hand over to the external data bank. Result (long int) [OUT] As a result the number of the manipulated records is given. Declaration #include "dbasedrv.h"
long int DLLENTRY DBASEexternDbExec ( PIOPIPES pipes, DBASEhndl * hndl, char * query ); Related functions
|