<?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"
	>
<channel>
	<title>Comments on: Jason the Saj</title>
	<atom:link href="http://thesaj.wordpress.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesaj.wordpress.com</link>
	<description>Simple And Stupid Software Implementation Examples</description>
	<pubDate>Fri, 04 Jul 2008 00:03:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Jonah</title>
		<link>http://thesaj.wordpress.com/about/#comment-215</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Tue, 03 Jun 2008 23:54:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-215</guid>
		<description>Hello Jason
My name is Jonah Huggins, and I am a programmer trying to figure out a simple syntax problem that I am having with an AIR app that I am writing.

So here is what I am trying to do…

I am trying to send the text that is stored in a variable to my SQLite db.  I have no idea what the syntax is but I know that it is simple…

Here is a bit of my code where the problem occurs.

private function postComment():void {
			
			var commentVAR:String = commentText.text;
			//Alert.show(commentVAR);
			
			var q:SQLStatement = new SQLStatement();
			q.text = "UPDATE data SET comment=commentVAR WHERE prim = 1";
			q.sqlConnection = conn;
			q.addEventListener( SQLErrorEvent.ERROR, queryError );
			q.execute();
			
			//Alert.show(q.text);
		}

As you can see I am trying to update a field by sending it the value of the variable "commentVAR"…  We have tried countless syntaxes and researched for hours with no luck or example of what the syntax is for doing this simple thing, we have even tried just updating with commentText.text but "commentText.text" is what gets stored…  

Ps. Everything else works great, but when we try to get the variable's data stored in the db it just stores "commentVAR" instead.

If anyone could help me out on this it sure would be appreciated.

Thank you so much :

Jonah Huggins</description>
		<content:encoded><![CDATA[<p>Hello Jason<br />
My name is Jonah Huggins, and I am a programmer trying to figure out a simple syntax problem that I am having with an AIR app that I am writing.</p>
<p>So here is what I am trying to do…</p>
<p>I am trying to send the text that is stored in a variable to my SQLite db.  I have no idea what the syntax is but I know that it is simple…</p>
<p>Here is a bit of my code where the problem occurs.</p>
<p>private function postComment():void {</p>
<p>			var commentVAR:String = commentText.text;<br />
			//Alert.show(commentVAR);</p>
<p>			var q:SQLStatement = new SQLStatement();<br />
			q.text = &#8220;UPDATE data SET comment=commentVAR WHERE prim = 1&#8243;;<br />
			q.sqlConnection = conn;<br />
			q.addEventListener( SQLErrorEvent.ERROR, queryError );<br />
			q.execute();</p>
<p>			//Alert.show(q.text);<br />
		}</p>
<p>As you can see I am trying to update a field by sending it the value of the variable &#8220;commentVAR&#8221;…  We have tried countless syntaxes and researched for hours with no luck or example of what the syntax is for doing this simple thing, we have even tried just updating with commentText.text but &#8220;commentText.text&#8221; is what gets stored…  </p>
<p>Ps. Everything else works great, but when we try to get the variable&#8217;s data stored in the db it just stores &#8220;commentVAR&#8221; instead.</p>
<p>If anyone could help me out on this it sure would be appreciated.</p>
<p>Thank you so much :</p>
<p>Jonah Huggins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://thesaj.wordpress.com/about/#comment-122</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Fri, 25 Jan 2008 02:57:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-122</guid>
		<description>Hi Jason,
I have been having similar problems with the CHARTING LICENSE.  We moved up to Beta 3 and have made too many changes for the Flex app to compile using Beta 2.  If you can get a charting license that will work for me for Beta 3 tomorrow or heck, even tonight, that'd be awesome.
Pennsylvania, eh?  I hope you don't sleep :)

Thanks,
Chuck</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
I have been having similar problems with the CHARTING LICENSE.  We moved up to Beta 3 and have made too many changes for the Flex app to compile using Beta 2.  If you can get a charting license that will work for me for Beta 3 tomorrow or heck, even tonight, that&#8217;d be awesome.<br />
Pennsylvania, eh?  I hope you don&#8217;t sleep <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Chuck</p>
]]></content:encoded>
	</item>
</channel>
</rss>
