Hands-On Exercise 8
Make new versions of your mydatent and mylookup routines, called mydatentobj and mylookupobj.
-
Using Studio, load the mydatent routine, and save it as mydatentobj. Edit the store procedure to use object syntax to store the data.
-
Load the mylookup routine, and save it as mylookupobj. Edit the load procedure to use object syntax to load the chosen person from ^PersonD. Edit the update procedure to use the object syntax to store the data in ^PersonD. Edit the phone procedure to reflect the new structure of ^PersonI.
For instructions, click below.