Let me take a stab from the position of a developer…
You can do biz apps, but all GUI elements like listViews and buttons are designed using graphics to be usable with OpenGL, the graphics engine but they can be buggy at times and don’t have the full range of controls. Native objects, like text fields, while implemented are implemented at a minimal level and don’t integrate with the Graphic side of Corona apps.
That said, you **CAN** do business apps and there are quite a few examples out there. Two of my 5 apps are based around using GUI elements like listViews, pickerViews, tabBar controllers and such. You can talk to any Web API and if it’s a REST service spitting out JSON data, it’s pretty darn easy to do.
Now Corona SDK ships with the ability to connect to a local SQL Lite database. There isn’t any other DB support with it beyond using RESTful or SOAP web services (or roll your own!)
Then there is Corona Enterprise. This (way more expensive) version supports 3rd party compiled libraries and SDK’s. In theory you can compile in any DB library you want. I’m too poor to afford Enterprise given that I’m a one man Indie shop and I don’t need Enterprise, so I can’t really verify what all it can do for you. [import]uid: 19626 topic_id: 31310 reply_id: 125121[/import]