Limitation to 100 results ?

Post Reply
carsten.harnisch1
Posts: 37
Joined: Fri Jul 13, 2001 12:27 pm

Limitation to 100 results ?

Post by carsten.harnisch1 »

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 ?
carsten.harnisch1
Posts: 37
Joined: Fri Jul 13, 2001 12:27 pm

Limitation to 100 results ?

Post by carsten.harnisch1 »

Right, I am using likep. Thanks for the help.
carsten.harnisch1
Posts: 37
Joined: Fri Jul 13, 2001 12:27 pm

Limitation to 100 results ?

Post by carsten.harnisch1 »

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 ?
carsten.harnisch1
Posts: 37
Joined: Fri Jul 13, 2001 12:27 pm

Limitation to 100 results ?

Post by carsten.harnisch1 »

ok, n_dotsql() did the job ! Thanks.
Post Reply