I am using the API. It seems to me that n_gettsql only returns the first 100 results, although there are definetly more (also n_getindexcount is reporting more than 250). Is this a config-var or am I doing something wrong here ?
Well I tried doing : sprintf(szBuffer, "set likeprows=%d;", nMaxResults); ret = n_texis(se, szBuffer); (where nMaxResults holds the number of rows to return). But I still getting only 100 results back ! Any special place to do this or any side effects ?