<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A very fast introduction on Mysql triggers</title>
	<atom:link href="http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/</link>
	<description>Internet Applications - Flash, Flex, Silverlight, JavaFX</description>
	<lastBuildDate>Fri, 02 Dec 2011 23:04:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/comment-page-1/#comment-61</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Sat, 08 Jul 2006 00:08:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-61</guid>
		<description>Well... You can update another table with the data of the current table...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
CREATE TRIGGER testTrigger AFTER INSERT ON table1&lt;br /&gt;
BEGIN&lt;br /&gt;
UPDATE table2 SET field=NEW.table1Value&lt;br /&gt;
END;</description>
		<content:encoded><![CDATA[<p>Well&#8230; You can update another table with the data of the current table&#8230;</p>
<p>Example:</p>
<p>CREATE TRIGGER testTrigger AFTER INSERT ON table1<br />
BEGIN<br />
UPDATE table2 SET field=NEW.table1Value<br />
END;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Stanila</title>
		<link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/comment-page-1/#comment-60</link>
		<dc:creator>Adrian Stanila</dc:creator>
		<pubDate>Mon, 24 Apr 2006 05:58:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-60</guid>
		<description>No. The values for old and new values are refering on triggerred table.&lt;br /&gt;
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>No. The values for old and new values are refering on triggerred table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baris ozdil</title>
		<link>http://www.richnetapps.com/a_very_fast_introduction_on_mysql_trigge/comment-page-1/#comment-59</link>
		<dc:creator>baris ozdil</dc:creator>
		<pubDate>Sun, 23 Apr 2006 03:34:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-59</guid>
		<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Just a short question. I it possible to update a table other than the one where the trigger is activated?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Baris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just a short question. I it possible to update a table other than the one where the trigger is activated?</p>
<p>Thanks<br />
Baris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.richnetapps.com @ 2012-02-07 15:09:53 -->
