Tuesday, October 14, 2008

Direct Connection of Flex to MySql

Yesterday I came across ASQL which is a complete library for creating a connection between Flex 2 and MySql without using any kind of service (RPC, Messaging, etc.). This is a kind of revolutionary thing in developing data application with Flex 2.

I tried my hands with it and found really interesting. We can just pass the query string in our Flex code and can get the result from MySql database. This is simply amazing.

Thanks to Lukasz Blachowicz for creating such a cool library.

Cheers!