void * Data [NUM_ROW][NUM_COLS]; string insertTablePrepare = "INSERT INTO temp VALUES("; for (size_t k = 0; k < NUM_COLS; k++) { insertT