Xojo vs. ScriptCase vs. CodeCharge Studio for web DB app

Please tell me how easy is to make web database applications with CRUD on multiple table?
Somebody can tell me some advices comparative Xojo vs. ScriptCase vs. CodeCharge Studio? With or without plugins.

It is very easy to create CRUD database apps using Xojo. To get started, you should check out the EddiesElectronics example that is include in the Example projects that ships with Xojo. Here is that example running online: http://demos.xojo.com/cgi-bin/orders/orders.cgi

The Database chapter in User Guide Book 3: Framework also has quite a lot of information on using databases. As does the Language Reference (http://documentation.xojo.com).

I can’t speak to ScriptCase or CodeCharge Studio as I’ve never heard of them.

And as you are already doing, ask here. There are lots of people in the community that will offer help, I’m sure.

Thanks a lot.

Xojo documentation for creating web database applications seem to not be clear.

I’d have to disagree. I find the documentation pretty clear, and the examples very helpful. I’ve created a Web Application using Xojo that hinges around a PostgreSQL database.

I recommend you go through the Web examples and ask questions on the Forum.

Please tell me where can I start for making web database application and a step by step example?

If you need a step-by-step example, you might want to start with the Database videos for Real Studio:

http://documentation.xojo.com/index.php/Videos

They have not yet been updated for Xojo, but they ought to help give you an idea of where to start.