Monday, August 17, 2009

Memory Variable VS Data Field

Memory Variable are files which are stored in memory and use them later in a program. It associates a nae ( sometimes called an identifier ) with the location of the value while DATA FIELD is a place where you can store data. Commonly used to refer to a column in a database or a field in a data entry form or web form. The field may contain data to be entered as well as data to be displayed.

No comments:

Post a Comment