PowerBuilder New Features 12.5 – PB Docs 150
PowerBuilder New Features 12.5 This help describes significant features introduced in the 12.5 release of PowerBuilder Classic and PowerBuilder .NET. Document get from Powerbuilder help Thank you for watching.
Support for CORBAObject and CORBACurrent Objects – PB Docs 150
Support for CORBAObject and CORBACurrent Objects The CORBAObject object gives PowerBuilder clients access to several standard CORBA methods. All proxy objects generated for EAServer components using the EAServer proxy generator are descendants of CORBAObject. The CORBACurrent service object provides information about the EAServer transaction associated with a calling thread and enables the caller to control…
Server Authentication – PB Docs 150
Server Authentication If only server authentication is required, the EAServer client must provide authentication to the server to prove that the client can be trusted before it can connect to the server. By default, EAServer 6.x uses 2001 as the port for this type of SSL connection. Connection Code In the PowerScript connection code, change…