Structuring Programs
 These steps outline the main structural components of most application programs that access a 
	 ActiveSpaces data grid. 
  
 
	 Procedure
Task A Initialize 
		ActiveSpaces Objects
-  
		  Initialize the 
			 ActiveSpaces library. 
		   
		
 
-  
		  Connect to a data grid. 
		   
		
 
-  
		  Create session objects. 
		   
		   
		
 
-  
		  Open table objects. 
		   
		   
		
 
Task B Data Grid Operations
-  
		  Access the data grid using methods of a table object. 
		   
		   
		
 
Task C Clean-Up
-  
		  Close table objects. 
		   
		
 
-  
		  Destroy session objects. 
		   
		
 
-  
		  Close the data grid connection object. 
		   
		
 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.