On Jul 22, 2008, at 1:31 PM, L G Robinson wrote:

Hi Folks,

I have a question about the ars_GetMultipleEntries call.

From the C_API_Guide:

ARGetMultipleEntries uses the AREntryIdListList structure to pass
Entry IDs for the specified entries. This structure consists of zero
or more AREntryIdList structures, as Figure3-15 on page68 shows.
This call can  request a maximum of 100 entries.

My question:

What is returned when the request exceeds the 100 entry max?

Are 100 entries returned?
Are 0 entries returned?
Is there an error returned?



The simplest way to find out is to try it. I'd guess that it'll return the "your query exceeded the maximum number of entries" message, along with the first 100 entries... the way GetListEntry does when you've set a maximum on the number of GetList return values allowed.

jeff

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to