Sunday, May 20, 2007

asSQL an ActionScript mySQL driver - Example Application

Hello,

I was checking out the Blog from Mike Chambers and saw an interesting post on the ActionScript driver for mySQL from Matt MacLean and thought this was really exciting. So I had to investigate... I had heard this would be possible but I thought it would take alot longer till someone had something posted. Matt was also nice enough to post the code so we can download and play with it.


Here is the source code

2 comments:

Barry B said...

yes, this is a great use for the humble flash.net.Socket

and good on Matt MacLean for the hard work

here's another MySQL version by someone else**
http://mooska.pl/forum/viewtopic.php?t=4
http://asql.mooska.pl/release/srcview/
http://asql.mooska.pl/


to be honest, a Flex use is a bit limiting for security reasons (Although Matt has spent time with that with his Scrambler) but for Apollo it's right on the money.

just need connections to things other than MySQL - perhaps SQLite?


cheers
barry.b


as seen on
http://tech.groups.yahoo.com/group/apollocoders/message/991

Anonymous said...
This comment has been removed by a blog administrator.