I'd just like to make a small correction here (For anybody that comes across this post at a later date)
Wally implies that RemoteObjects can only be used with ColdFusion. This is not correct - RemoteObjects can be used with most any back end server technology (I use PHP with WebORB). Best Regards Steve --- In [email protected], "Wally Kolcz" <wko...@...> wrote: > > Flex is database independant. There is no data classes with Flex, unless you are working with AIR. With Flex you connection to your data using either ColdFusion RemoteObjects or Web Services with any (CF, PHP, .NET, etc) so it is more based on what each language can use (which is all of them) and your confort with programming with each. I am a CF developer and I use CFCs to manage my data with my Flex application. > > Deciding on a database is should be more based on the size of your project and your confort level with each. MySQL, MSSQL, and Oracle can all handle high transactions and heavy loads for most small, medium, and large web application. Access is never a great choice due to limited connections and file size. Access is cute, but not a good choice for an application that is going to grow. > > ---------------------------------------- > From: "christophe_jacquelin" <christophe_jacque...@...> > Sent: Friday, February 20, 2009 5:07 AM > To: [email protected] > Subject: [flexcoders] Best database for Flex > > Hello, > > What is the best database for Flex: mySql or SQLServer ? > > Is it possible to use an Microsoft Access database with Flex ? > > Thank you, > > Christophe, >

