Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| is_installing [2014/07/02 13:06] – created davidbell | is_installing [2017/12/01 16:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| Login to the DB using SQLTool or ISQL. Run script. | Login to the DB using SQLTool or ISQL. Run script. | ||
| - | <script | + | <code SQL> |
| create trigger pears.PersonCVUpdate AFTER update of CvText | create trigger pears.PersonCVUpdate AFTER update of CvText | ||
| order 2 on pears.Person | order 2 on pears.Person | ||
| Line 37: | Line 37: | ||
| call IXTextWrite(' | call IXTextWrite(' | ||
| end | end | ||
| - | </script> | + | </code> |
| **Pears Dictionary** | **Pears Dictionary** | ||