Skip to main content

Recap Of Part 3

In Part 3, you learned about more interesting and useful features of ObjectScript.

  • Functions: $Order, $Translate, $Replace, $Get, $Test.

  • Commands: Lock, TStart, TCommit.

  • How to pass parameters by reference.

  • A little bit about writing code to access objects, including the standard methods %New, %OpenId, and %Save.

Thanks for using this tutorial! To learn more about ObjectScript, read the Caché ObjectScript Reference.

To save all the work in your project to a single, portable file:

  1. Start Caché Studio.

  2. Click File –> Change Namespace to connect to the SAMPLES namespace.

  3. Click Tools –> Export.

  4. Choose the Export current project and Export to Local File options.

  5. Browse to a folder, specify mycos.xml, and then click Save.

  6. Click OK.

Note:

Click here to go back to Part 1 of the tutorial (The Basics).

Click here to go back to Part 2 of the tutorial (The Good Stuff).

Click here to go back to Part 3 of the tutorial (Using Your Database).

FeedbackOpens in a new tab