Archive for the ‘MySQL’ Category

MySQL access in Adobe Flex

Friday, March 16th, 2007

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 ...