Fri 7 Jul 2006
Flex MySQL native connector
Posted by NZEYIMANA Emery Fabrice under FLEX , MySQL , Software[2] Comments
I have decided to try and write a Flex library that will be used to connect Flex applications to MySQL natively.
Some of the current approches include consuming XML documents produced by other languages like PHP, JAVA and others.
I will make it expose methods like those found in MySQL Connector/NET.
The main motivation is to reduce the languages used in a single application (or package) and gaining more speed (not 100% sure on this though). Also I hope to gain more knowledge on Flex and ActionScript 3.
May 3rd, 2007 at 07:57
Hey,
This is an awesome idea. I’m still trying to get my head around how to best link flex with mysql.
October 4th, 2007 at 13:16
any news?