What's new? | Help | Directory | Sign in
Google
assql
Actionscript 3 MySql Driver
  
  
  
  
    
Show all Featured Wiki Pages:
Examples SecurityInformation

asSQL is an Actionscript 3 Mysql Driver aimed towards AIR projects to allow Mysql database connectivity directly from Actionscript.

Subscribe For Updates

If you wish to receive update notifications without all the other group emails, you can subscribe to the asSQL-Updates Group. You will ONLY receive emails from this group when there are new updates released.


Flash Player 9.0.124.0 Security Information

As of Flash Player 9.0.124.0, Socket connections require a socket policy file to be provided from port 843(TCP), from the domain the socket is connecting to. Please read the SecurityInformation wiki page for more info.


June 14 2008 (Beta 2.6)

This release contains a few changes, including the first stage of support for internationalization. You can now specify a mysql character set to use when calling the connect() method of the Connection class, or by specifying the charSet property of the MySqlService class.

Issues Resolved in this release:  Issue #36 ,  Issue #43 ,  Issue #44 ,  Issue #45 ,  Issue #46 


June 9 2008 (Beta 2.5.1)

Resolved a high priority issue when reading packets that was causing an EOF error. ( Issue #42 )


June 8 2008 (Beta 2.5)

Beta 2.5! This release contains A LOT of changes and will most likely not be reverse compatible with existing code. There are a lot of core changes, including the ability to use tokens / responders similar to HTTPService and RemoteObject. Please see the new Exmaples wiki page for detailed examples.

As there are a lot of requests for this, there are also examples on Inserting and Selecting binary data!

Issues Resolved in this release:  Issue #22 ,  Issue #24 ,  Issue #25 ,  Issue #27 ,  Issue #28 ,  Issue #29 ,  Issue #31 ,  Issue #32 ,  Issue #33 ,  Issue #37 ,  Issue #38 ,  Issue #39