Skip to main content

Using Your Database

This part shows you how to use the database you built in the previous chapter, introducing several important Caché Basic features. The bulk of your work in this chapter will be the iterative development of a lookup/edit routine.

In Part 2, you'll learn 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.

Note:

Click here to continue.

FeedbackOpens in a new tab