SPI_exec — execute a read/write command
int SPI_exec(const char *command, longcount)
SPI_exec is the same asSPI_execute, with the latter'sread_only parameter always taken asfalse.
const char *commandstring containing command to execute
longcountmaximum number of rows to return, or0 for no limit
SeeSPI_execute.