GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database  >  Progress

 Print  |  
Question:  What is the use of ASSIGN statement in progress database?



September 09, 2008 06:18:54 #2
 stephen.java   Member Since: April 2008    Total Comments: 1 

RE: What is the use of ASSIGN statement in progress database?
 

You also have encountered the ASSIGN statement. ASSIGN moves data from the screen buffer

to the record buffer,

 

Once you move changes from the screen buffer to the record buffer, or make changes directly

to the record buffer, Progress understands that you want those changes written to the database.

Progress does not immediately write the changes to the database. When the write occurs is based

on other factors. The next section describes how Progress handles database writes.

This is the syntax for the ASSIGN statement

     

 

Back To Question