<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>EDN InterBase / Design / Triggers Feed (fr)</title>
<link rel="alternate" type="text/plain" href="http://edn.embarcadero.com/fr/interbase/design/triggers" title="EDN InterBase / Design / Triggers (fr)" />
<link rel="self" type="application/atom+xml" href="http://edn.embarcadero.com/fr/interbase/design/triggers/feed" title="EDN InterBase / Design / Triggers Feed (fr)" />
<id>http://edn.embarcadero.com/fr/interbase/design/triggers</id>
<updated>2013-05-19T22:29:27-07:00</updated>
<atom:PageCount xmlns:atom="http://www.w3.org/2005/Atom">1</atom:PageCount>
<entry>
<title>How to reset a generator.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/30201" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/506.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/30201</id>
<updated>2003-07-09T00:00:00-07:00</updated>
<published>2003-07-09T00:00:00-07:00</published>
<summary>A breif description of how to use the GEN_ID function to reset a generator. Plus a link to a document describing how to use the SET GENERATOR statement to do the same,</summary>
</entry>
<entry>
<title>Locking a record against deletion.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/30149" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/506.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/30149</id>
<updated>2003-06-30T00:00:00-07:00</updated>
<published>2003-06-30T00:00:00-07:00</published>
<summary>How to ensure that a record is not deleted from a table.</summary>
</entry>
<entry>
<title>Aborting record deletion in a trigger.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/29184" />
<author>
<name>Ben Matterson</name>
<uri>http://gp.codegear.com/authors/edit/506.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/29184</id>
<updated>2002-10-15T10:14:04-07:00</updated>
<published>2002-10-15T10:14:04-07:00</published>
<summary>How to abort deletion of a record based on some criterion.</summary>
</entry>
<entry>
<title>Too Many Concurrent Executions of the Same Request</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25083" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25083</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Caused by recursive triggers</summary>
</entry>
<entry>
<title>general sql error: violation of foreign key constraint</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25151" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25151</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>he problem occurs because you are using the incorrect type of Trigger</summary>
</entry>
<entry>
<title>How do I assign a generator to populate my primary key with triggers.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25167" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25167</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Generators are assigned to keys via triggers</summary>
</entry>
<entry>
<title>How to implement a cascading delete with a trigger.</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25180" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25180</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>How to delete a record from a from both the master table as well the associated records from the detail table using a trigger.</summary>
</entry>
<entry>
<title>Changing Owner of Database</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25349" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25349</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Only SYSDBA or the owner of a table can create a trigger for a table</summary>
</entry>
<entry>
<title>How are Triggers loaded and executed with InterBase v5.x</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25466" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25466</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Order in which triggers are loaded (and hence executed)</summary>
</entry>
<entry>
<title>An example of logging user activity against tables</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25586" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25586</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Logging user activity can be done via triggers.</summary>
</entry>
<entry>
<title>How to do an OR condition within an IF statement</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25703" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25703</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>You need to put the entire expression containing the OR condition in parenthesis.</summary>
</entry>
<entry>
<title>Error when running isql script: -Token unknown - line 4, char 2 -when</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/25743" />
<author>
<name>Borland Staff</name>
<uri>http://gp.codegear.com/authors/edit/46.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/25743</id>
<updated>2000-07-24T00:00:00-07:00</updated>
<published>2000-07-24T00:00:00-07:00</published>
<summary>Error occurs due to improperly written Stored Procedure or Trigger</summary>
</entry>
<entry>
<title>Introduction to InterBase Stored Procedures and Triggers</title>
<link rel="alternate" type="text/html" href="http://edn.embarcadero.com/article/27197" />
<author>
<name>Conference Speaker</name>
<uri>http://gp.codegear.com/authors/edit/589.aspx</uri>
</author>
<id>http://edn.embarcadero.com/article/27197</id>
<updated>2000-07-12T00:00:00-07:00</updated>
<published>2000-07-12T00:00:00-07:00</published>
<summary>The heart of client/server application development is using stored procedures and triggers effectively. This session will provide a complete, practical, example-based introduction to these topics.</summary>
</entry>
</feed>
