is_installing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
is_installing [2014/07/02 13:06] – created davidbellis_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.  A typical trigger is below: Login to the DB using SQLTool or ISQL.  Run script.  A typical trigger is below:
  
-<script SQL>+<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('PersonCV','CV',old_name.PersonID,new_name.CVText)   call IXTextWrite('PersonCV','CV',old_name.PersonID,new_name.CVText)
 end end
-</script>+</code>
  
 **Pears Dictionary** **Pears Dictionary**
  • is_installing.1404306382.txt.gz
  • Last modified: 2017/11/16 21:56
  • (external edit)