Skip to main content

Recap Of Part 2

In Part 2, you learned about more interesting and useful features of Basic.

  • Functions: Traverse(), Lock(), Unlock().

  • Commands: TStart, TCommit.

  • How to pass parameters by reference.

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

Thanks for using this tutorial! To learn more about Basic, read the Caché Basic 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 mybas.xml, and then click Save.

  6. Click OK.

Note:

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

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

FeedbackOpens in a new tab