Mastering PowerBuilder

HomePrevious Lesson: Finding Runtime Errors at Jaguar CTS
Next Lesson: New Objects/Functions/Options for EAS

Obsolete DPB Objects/Functions/Events for EAS

RemoteStopConnection()� Since you can't get other client info using GetServerInfo() when connected to Jaguar, you can't call this function.

GetServerInfo() � This function returns no information when connected to Jaguar.

Transport Object � This object is no longer used since Jaguar takes care of client sessions.

ConnectionBegin and ConnectionEnd � These two application object events no longer will trigger since, application object is not involved in Jaguar EAS.

SharedObjectRegister() � You can still use the four shared object functions on the client side to make a multithread PowerBuilder application or to make asynchronous calls, but not in Jaguar.

SharedObjectUnRegister()

SharedObjectDirectory()

SharedObjectGet()
HomePrevious Lesson: Finding Runtime Errors at Jaguar CTS
Next Lesson: New Objects/Functions/Options for EAS