<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Campbell &#187; MySQL</title>
	<atom:link href="http://www.ryancampbell.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancampbell.com</link>
	<description>Flex/Flash Developer Blog</description>
	<lastBuildDate>Mon, 06 Dec 2010 17:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>MySQL access in Adobe Flex</title>
		<link>http://www.ryancampbell.com/2007/03/16/mysql-access-in-adobe-flex/</link>
		<comments>http://www.ryancampbell.com/2007/03/16/mysql-access-in-adobe-flex/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 17:51:19 +0000</pubDate>
		<dc:creator>Ryan Campbell</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://wp.bobjim.com/wordpress/2007/03/16/mysql-access-in-adobe-flex/</guid>
		<description><![CDATA[Over the last few days I've been writing a shared library to connect directly to MySQL in ActionScript (a great way to learn the Socket and ByteArray classes ha). The code is now compiling without any errors or warnings but still needs a lot of testing. Over the weekend I'll make sure everything works correctly [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I've been writing a shared library to connect directly to MySQL in ActionScript (a great way to learn the Socket and ByteArray classes ha). The code is now compiling without any errors or warnings but still needs a lot of testing. Over the weekend I'll make sure everything works correctly and also make it more Flex-friendly. I think it would be pretty cool to be able to query the db directly from ActionScript and have the results bindable to a DataGrid.</p>
<p>Although connecting directly to MySQL from Flash probably isn't the best idea for most applications, I'm mainly doing this for the learning experience. My plans are the following:</p>
<p>1. Complete the ActionScript MySQL Client<br />
2. Modify/abstract the code to allow other database drivers (JDBC, ODBC, DBI, PDO-ish style)<br />
3. Code a simple object-to-relational mapping framework (Similar to ActiveRecord)<br />
4. Build a database administration app using the Flex framework</p>
<p>I'll keep everyone updated on my progress and I'll release the code as it is completed. I hope to hear anyones comments on similar ideas. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancampbell.com/2007/03/16/mysql-access-in-adobe-flex/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

