<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Tutorial : Using MySQL ODBC Connector with Foxpro 9 and MySQL</title>
	<atom:link href="http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/</link>
	<description>blog telling things around me</description>
	<lastBuildDate>Wed, 09 Dec 2009 04:16:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: albert</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-71</link>
		<dc:creator>albert</dc:creator>
		<pubDate>Sun, 12 Apr 2009 11:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-71</guid>
		<description>thank you Erwin Fransiscus for visual foxpro sample &quot;grid&quot; connecting to mysql</description>
		<content:encoded><![CDATA[<p>thank you Erwin Fransiscus for visual foxpro sample &#8220;grid&#8221; connecting to mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin Fransiscus</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-66</link>
		<dc:creator>Erwin Fransiscus</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-66</guid>
		<description>does the VMESSAGE, VFROM, VTO, TIMEREC1, DATEREC, and CURRENTID is a memory variables ?

So far as I know, and i hope it would help you, if I were you, i would do this :

SQLEXEC(CONN, “UPDATE TBLMESSAGE SET THEMESSAGE = &#039;&quot;+VMESSAGE+&quot;&#039;, FROMWHOM = &#039;&quot;+VFROM+&quot;&#039;, TOWHOM = &#039;&quot;+VTO+&quot;&#039;, RECEIVINGOFFICER = &#039;&quot;+VRECEIVINGOFFICER+&quot;&#039;,
TIMERECEIVED = &#039;&quot;+TIMEREC1+&quot;&#039;, DATERECEIVED = &#039;&quot;+DATEREC+&quot;&#039; WHERE MESSAGEID = &#039;&quot;+CURRENTID+&quot;&#039;”)

Good Luck :)</description>
		<content:encoded><![CDATA[<p>does the VMESSAGE, VFROM, VTO, TIMEREC1, DATEREC, and CURRENTID is a memory variables ?</p>
<p>So far as I know, and i hope it would help you, if I were you, i would do this :</p>
<p>SQLEXEC(CONN, “UPDATE TBLMESSAGE SET THEMESSAGE = &#8216;&#8221;+VMESSAGE+&#8221;&#8216;, FROMWHOM = &#8216;&#8221;+VFROM+&#8221;&#8216;, TOWHOM = &#8216;&#8221;+VTO+&#8221;&#8216;, RECEIVINGOFFICER = &#8216;&#8221;+VRECEIVINGOFFICER+&#8221;&#8216;,<br />
TIMERECEIVED = &#8216;&#8221;+TIMEREC1+&#8221;&#8216;, DATERECEIVED = &#8216;&#8221;+DATEREC+&#8221;&#8216; WHERE MESSAGEID = &#8216;&#8221;+CURRENTID+&#8221;&#8216;”)</p>
<p>Good Luck <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aila</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-65</link>
		<dc:creator>Aila</dc:creator>
		<pubDate>Mon, 30 Mar 2009 05:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-65</guid>
		<description>i wonder why this update command didnt work...

SQLEXEC(CONN, &quot;UPDATE TBLMESSAGE SET THEMESSAGE = VMESSAGE, FROMWHOM = VFROM, TOWHOM = VTO, RECEIVINGOFFICER = VRECEIVINGOFFICER,
TIMERECEIVED = TIMEREC1, DATERECEIVED = DATEREC WHERE MESSAGEID = CURRENTID&quot;)</description>
		<content:encoded><![CDATA[<p>i wonder why this update command didnt work&#8230;</p>
<p>SQLEXEC(CONN, &#8220;UPDATE TBLMESSAGE SET THEMESSAGE = VMESSAGE, FROMWHOM = VFROM, TOWHOM = VTO, RECEIVINGOFFICER = VRECEIVINGOFFICER,<br />
TIMERECEIVED = TIMEREC1, DATERECEIVED = DATEREC WHERE MESSAGEID = CURRENTID&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin Fransiscus</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-63</link>
		<dc:creator>Erwin Fransiscus</dc:creator>
		<pubDate>Sat, 28 Mar 2009 02:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-63</guid>
		<description>I&#039;m not used to use the 4th optional parameter. Would you mind to give me an example? it will be nice. thanks :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not used to use the 4th optional parameter. Would you mind to give me an example? it will be nice. thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-61</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-61</guid>
		<description>Note that VFP 9 added a 4th [optional] parameter to SQLEXEC() to get the number of rows returned in the result set by Select or the number of rows affected by Update, Insert, Delete.

Handy if you want to know the success/failure of your query.</description>
		<content:encoded><![CDATA[<p>Note that VFP 9 added a 4th [optional] parameter to SQLEXEC() to get the number of rows returned in the result set by Select or the number of rows affected by Update, Insert, Delete.</p>
<p>Handy if you want to know the success/failure of your query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin Fransiscus</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-58</link>
		<dc:creator>Erwin Fransiscus</dc:creator>
		<pubDate>Mon, 16 Mar 2009 13:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-58</guid>
		<description>Glad it helped you. What kind operation for grid do you want ?</description>
		<content:encoded><![CDATA[<p>Glad it helped you. What kind operation for grid do you want ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aila Cloudy</title>
		<link>http://efransiscus.wordpress.com/2009/03/15/tutorial-using-mysql-odbc-connector-with-foxpro-9-and-mysql/#comment-57</link>
		<dc:creator>Aila Cloudy</dc:creator>
		<pubDate>Mon, 16 Mar 2009 07:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://efransiscus.wordpress.com/?p=147#comment-57</guid>
		<description>hi Erwin, it did helped me...kindly give more examples for grid...:)</description>
		<content:encoded><![CDATA[<p>hi Erwin, it did helped me&#8230;kindly give more examples for grid&#8230;:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
