COMMA_STRING
id = (char *)strtok_r(tmp_dbId, COMMA_STRING, &lasts);
id = (char *)strtok_r(NULL, COMMA_STRING, &lasts);