Removing deprecated ORCA functions

PowerBuilder 8 introduced a new way of accessing source control using the SCC API. The ORCA functions for working with source control were deprecated, but were not removed from the ORCA 8 API.

Starting with PowerBuilder 9, new ORCA source control functions have been added and old ORCA source control functions have been removed from the ORCA API. Therefore, you must remove all calls to the following functions from your existing ORCA applications:

  • PBORCA_CheckOutEntry

  • PBORCA_CheckInEntry

  • PBORCA_ListCheckOutEntries

New ORCA functions are documented in ORCA Functions.