These functions allow you to perform source control operations involving PowerBuilder targets and objects:
| 
                               Function (prefix PBORCA_)  | 
                           
                               Purpose  | 
                        
|---|---|
| 
                               SccClose  | 
                           
                               Closes the active SCC Project  | 
                        
| 
                               SccConnect  | 
                           
                               Initializes source control and opens a project  | 
                        
| 
                               SccConnectOffline  | 
                           
                               Simulates a connection to source control  | 
                        
| 
                               SccExcludeLibraryList  | 
                           
                               Names the libraries in the target library list that you do not want to be synchronized in the next PBORCA_SccRefreshTarget operation  | 
                        
| 
                               SccGetConnectProperties  | 
                           
                               Returns the SCC connection properties associated with a PowerBuilder workspace  | 
                        
| 
                               SccGetLatestVersion  | 
                           
                               Copies the latest version of objects from the SCC repository to the local project path  | 
                        
| 
                               SccRefreshTarget  | 
                           
                               Refreshes the source for each of the objects in target libraries  | 
                        
| 
                               SccSetPassword  | 
                           
                               Sets the password property prior to SccConnect  | 
                        
| 
                               SccSetTarget  | 
                           
                               Retrieves the target file from source control, passes the application object name to ORCA, and sets the ORCA session library list  | 
                        


