<?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: Adobe AIR SQLite Example</title>
	<atom:link href="http://www.flex-blog.com/adobe-air-sqlite-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flex-blog.com/adobe-air-sqlite-example/</link>
	<description>Examples, News and Other Stuff</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:01:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Justin Foley</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2049</link>
		<dc:creator>Justin Foley</dc:creator>
		<pubDate>Fri, 09 Dec 2011 02:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2049</guid>
		<description>F****ng beautiful!! Thank you very much!</description>
		<content:encoded><![CDATA[<p>F****ng beautiful!! Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janez Feldin</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2043</link>
		<dc:creator>Janez Feldin</dc:creator>
		<pubDate>Wed, 30 Nov 2011 21:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2043</guid>
		<description>This should work, so what kind of error do you get?

Also you cannot execute two sql statements at once so you need to execute one, wait to get the resaults and execute another one. If you put this tho sql statements right by each other that you probably get an error because of that.</description>
		<content:encoded><![CDATA[<p>This should work, so what kind of error do you get?</p>
<p>Also you cannot execute two sql statements at once so you need to execute one, wait to get the resaults and execute another one. If you put this tho sql statements right by each other that you probably get an error because of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yweeen</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2042</link>
		<dc:creator>yweeen</dc:creator>
		<pubDate>Wed, 30 Nov 2011 20:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2042</guid>
		<description>Is there anyway i can create two tables in a single database? I tried adding sqls.text = &quot;CREATE TABLE IF NOT EXISTS test_table ( id INTEGER PRIMARY KEY AUTOINCREMENT, first_name TEXT, last_name TEXT);&quot;;
    // after we have connected sql statment to our sql connection and writen our sql commands we also need to execute our sql statment.
    // nothing will change in database until we execute sql statment.
    sqls.execute();

but it does not work. it gives me an error</description>
		<content:encoded><![CDATA[<p>Is there anyway i can create two tables in a single database? I tried adding sqls.text = &#8220;CREATE TABLE IF NOT EXISTS test_table ( id INTEGER PRIMARY KEY AUTOINCREMENT, first_name TEXT, last_name TEXT);&#8221;;<br />
    // after we have connected sql statment to our sql connection and writen our sql commands we also need to execute our sql statment.<br />
    // nothing will change in database until we execute sql statment.<br />
    sqls.execute();</p>
<p>but it does not work. it gives me an error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinumac</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2013</link>
		<dc:creator>vinumac</dc:creator>
		<pubDate>Sat, 22 Oct 2011 22:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2013</guid>
		<description>Hi Janez

Very much appreciate your answers.

You are right - I downloaded the free Flex SDK from the Adobe site and am trying to use that for my application. 

I will try to use your suggestions and will let you know how it goes.

Once again - thanks for the answers.

Regards</description>
		<content:encoded><![CDATA[<p>Hi Janez</p>
<p>Very much appreciate your answers.</p>
<p>You are right &#8211; I downloaded the free Flex SDK from the Adobe site and am trying to use that for my application. </p>
<p>I will try to use your suggestions and will let you know how it goes.</p>
<p>Once again &#8211; thanks for the answers.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janez Feldin</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2012</link>
		<dc:creator>Janez Feldin</dc:creator>
		<pubDate>Sat, 22 Oct 2011 20:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2012</guid>
		<description>As I understand you are using command prompt to compile the swf file? So you probably went for free flex sdk on Adobe site? If so the problem is, that I am not using the same sdk (I am using sdk for flash builder ). So my SDK probably containes something that yours doesn&#039;t. 

Since I never worked with command-lines, I can&#039;t really help you with that but I can recommend some other was to get free software, so you can avoid compiling with command-line.

1) Try this site if you meet the criteria for non-commercial version of Flash builder 4.5
2) You can try some free flash builder replacements like Flash develop: http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page or any other.

Both of this programms shoud help you alot while building your applications for flash. 

I hope this helps, if not feel free to ask some more questions.

Regards,
Janez</description>
		<content:encoded><![CDATA[<p>As I understand you are using command prompt to compile the swf file? So you probably went for free flex sdk on Adobe site? If so the problem is, that I am not using the same sdk (I am using sdk for flash builder ). So my SDK probably containes something that yours doesn&#8217;t. </p>
<p>Since I never worked with command-lines, I can&#8217;t really help you with that but I can recommend some other was to get free software, so you can avoid compiling with command-line.</p>
<p>1) Try this site if you meet the criteria for non-commercial version of Flash builder 4.5<br />
2) You can try some free flash builder replacements like Flash develop: <a href="http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page" rel="nofollow">http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page</a> or any other.</p>
<p>Both of this programms shoud help you alot while building your applications for flash. </p>
<p>I hope this helps, if not feel free to ask some more questions.</p>
<p>Regards,<br />
Janez</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinumac</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-2011</link>
		<dc:creator>vinumac</dc:creator>
		<pubDate>Sat, 22 Oct 2011 19:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-2011</guid>
		<description>Hi Janez

I am a beginner at flex.

I am trying to write a simple flex application that gets data via text fields and writes to a sqlite database - very much like what you have shown here.

I have downloaded the flex sdk and am trying to compile your source code from the command line using mxmlc - but have not been successful. Could you provide some guidance as to how 
to develop database flex apps using mxmlc command-line?

I also compiled using &quot;amxmlc&quot; compiler and it compiles without warnings or errors into a SWF file but when I open it using IE or Adobe Flash Player it opens up and shows a blank screen.

Any help would be appreciated.

Thanks
Vinnie</description>
		<content:encoded><![CDATA[<p>Hi Janez</p>
<p>I am a beginner at flex.</p>
<p>I am trying to write a simple flex application that gets data via text fields and writes to a sqlite database &#8211; very much like what you have shown here.</p>
<p>I have downloaded the flex sdk and am trying to compile your source code from the command line using mxmlc &#8211; but have not been successful. Could you provide some guidance as to how<br />
to develop database flex apps using mxmlc command-line?</p>
<p>I also compiled using &#8220;amxmlc&#8221; compiler and it compiles without warnings or errors into a SWF file but when I open it using IE or Adobe Flash Player it opens up and shows a blank screen.</p>
<p>Any help would be appreciated.</p>
<p>Thanks<br />
Vinnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supi</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-1997</link>
		<dc:creator>supi</dc:creator>
		<pubDate>Mon, 03 Oct 2011 10:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-1997</guid>
		<description>great article! needed nothing more than a copy paste to run this app

B/w i would like your advice on the question that Akella asked. Here are more details on what i wished to do:
I am trying to create an Air App that is supposed to be built for a hotel where they have an intranet in place(4 to 5 systems, with one of them as server). 
An ideal scenario would be one where there would be multiple Air client apps trying to access and write onto a single db on the server. From what you have told to Akella, SQLite does not seem a fit. 
So would this mean I will have to opt for a regular PHP/MySQL/AMFPHP option?
 Can you tell or link me to where I can find how to set up a MySQL for an Intranet? 
There is no server software installed as such so that would mean that there will be no addressing like &quot;http:///&quot;. It will just be the regular file:/// i guess. 

Any help would highly be appreciated. 
Thanks!!</description>
		<content:encoded><![CDATA[<p>great article! needed nothing more than a copy paste to run this app</p>
<p>B/w i would like your advice on the question that Akella asked. Here are more details on what i wished to do:<br />
I am trying to create an Air App that is supposed to be built for a hotel where they have an intranet in place(4 to 5 systems, with one of them as server).<br />
An ideal scenario would be one where there would be multiple Air client apps trying to access and write onto a single db on the server. From what you have told to Akella, SQLite does not seem a fit.<br />
So would this mean I will have to opt for a regular PHP/MySQL/AMFPHP option?<br />
 Can you tell or link me to where I can find how to set up a MySQL for an Intranet?<br />
There is no server software installed as such so that would mean that there will be no addressing like &#8220;http:///&#8221;. It will just be the regular file:/// i guess. </p>
<p>Any help would highly be appreciated.<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janez Feldin</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-1988</link>
		<dc:creator>Janez Feldin</dc:creator>
		<pubDate>Wed, 21 Sep 2011 14:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-1988</guid>
		<description>The only way this would be possible is if you have enabled file sharing over your computers, than you should probably be able to load the database from another computer like you would open a file from that computer (for that try searching for file sharing over local network). Otherwise this is not possible, because SQLite is not meant to run as a server like MySQL or others... If you explain some more details of what you want to do I might suggest you a better way to do it.</description>
		<content:encoded><![CDATA[<p>The only way this would be possible is if you have enabled file sharing over your computers, than you should probably be able to load the database from another computer like you would open a file from that computer (for that try searching for file sharing over local network). Otherwise this is not possible, because SQLite is not meant to run as a server like MySQL or others&#8230; If you explain some more details of what you want to do I might suggest you a better way to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akella</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-1987</link>
		<dc:creator>Akella</dc:creator>
		<pubDate>Wed, 21 Sep 2011 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-1987</guid>
		<description>Hi. I have a question! How can i connect &amp; change created bd on local machnie from another</description>
		<content:encoded><![CDATA[<p>Hi. I have a question! How can i connect &amp; change created bd on local machnie from another</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tac</title>
		<link>http://www.flex-blog.com/adobe-air-sqlite-example/comment-page-1/#comment-1952</link>
		<dc:creator>Tac</dc:creator>
		<pubDate>Wed, 10 Aug 2011 14:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flex-blog.com/?p=1019#comment-1952</guid>
		<description>Thanks very the example, very helpful.  I think the .as file needs this at the top:

import flash.data.SQLConnection;</description>
		<content:encoded><![CDATA[<p>Thanks very the example, very helpful.  I think the .as file needs this at the top:</p>
<p>import flash.data.SQLConnection;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

