Re: AW: Simple Database Architecture Suggestions Please

2014-09-02 Thread Tintin
Thank you Olaf (sorry for the delay in replying) your reply was very helpful. It is looking like PHP and MySQL is the best option for me. I've got to get my head around how they talk to each other and allow data to flow from MySQL to Flex objects. I'm unsure if I need (or should consider) a

Re: AW: Simple Database Architecture Suggestions Please

2014-09-02 Thread Javier Guerrero GarcĂ­a
Hi Tintin: Do you need CRUD operations to be commanded from within your flex app, or just read-only data? If it's the latter, I would recommend you three incredible simple choices: 1. Use MS SQL FOR XML statement (6 chars), make an ASP that just executes the query FOR XML (one line), invoque