Mastering PowerBuilder

HomePrevious Lesson: Updating Data via Jaguar CTS Component
Next Lesson: PowerBuilder Data Types and Jaguar CTS

Jaguar and COM/MTS code validation

You can ask PowerBuilder to validate PowerScript code for Jaguar or COM/MT while writing it in PowerBuilder itself. You need to turn on Design > Jaguar Validation and/or Design > COM/MTS Validation options when you are in the class object script view. When you create a component via Jaguar Component Wizard, that wizard automatically turns on these options for you.

If the back-end database server is Adaptive Server Enterprise database, I am sure you are using SYC driver to connect it from PowerBuilder. However, Jaguar uses SYJ (Sybase Jaguar driver) driver to connect to ASE that is slightly different version of CT-Lib (Client Library). However, you can not use SYC driver from PowerBuilder at development time. So, make sure to deploy a different profile that uses SYC driver at run-time.
HomePrevious Lesson: Updating Data via Jaguar CTS Component
Next Lesson: PowerBuilder Data Types and Jaguar CTS