Help me please

Haiiam working in IBM.I had a dought please explain my dought clearly.

My dought is.

WHat is the difference between (GetAllDocumentsByKey) & (GetAllEntriesByKey).

Please give me a brief description.

Thank You

Subject: Help me please

1.Please look at the designer help before asking such basic questions.2.Please put something more descriptive than “Please help” in the subject of your postings.

Regards,

Simeon

Subject: RE: Help me please

I’ve got to agree with you. There seems to be a recent increase in people whose first approach is to put a question in the forum when a simple look in the help would have solved the problem.

Subject: RE: Help me please

/on soapboxAnd don’t forget about not saying either “thank you” or any acknowledgment that a post helped in any way. Isn’t that a “Post and Run?”

/off soapbox

Subject: Help me please

GetAllEntriesByKey:Finds view entries of type document based on their column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns all entries whose column values match each key in the array.

GetAllDocumentsByKey:

Finds documents based on their column values within a view. You create an array of keys, where each key corresponds to a value in a sorted column in the view. The method returns all documents whose column values match each key in the