Tutorials & ManualsSQL YogaSQL YogaDatabase ConnectionsTelling SQL Yoga When Your Database Schema Changes

Telling SQL Yoga When Your Database Schema Changes

Now we have covered everything you need to do to get SQL Yoga up and running in a stack. You may recall that SQL Yoga provides much of the functionality that it does because it stores information about the tables and columns in your database. Because of this, it is important that you let SQL Yoga know if you add or delete tables and columns from your database.

Telling SQL Yoga to Reload Database Schema

Telling SQL Yoga to Reload Database Schema

Execute the following handler in the message box to update the schema stored in the database object:

dbobject_reloadSchema

put the result

Save Your Work

After reloading the database schema you should save your work by calling dbobject_save in the message box and then saving your stack.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.