Answered question on query

Hi,

While reading some old codes I found something I don't understand:
Code:
FOR EACH <tableName> FIELDS(List of Table fields) WHERE <condition> NO-LOCK:

I search for the "FIELDS" keywork but found nothing helpfull .

Do you know something about this ?

Best Regards,

BobyIsProgress
 

PeterB

New Member
Hi Boby,

with the optional FIELDS option you can define a list of <tablename> fields the server shall send to you. Makes sense in a client server environment to reduce network traffic depending on the number of fields in a table. By Default you get all fields.

BR,
Peter
 

PeterB

New Member
It is really not too easy to find it in the doc. You have to know that you look in the "record phrase" section and not the "FOR" section of ABL doc.
 
Top