The company I am working for is trying to rebuild a simple program that views and/or modifies tables using sql. We want this to be a web app. We already have a working desktop app built in Visual Basic 6. Now we are copying the code over to Xojo.
The head of the project, the person who originally built the VB6 program, wants to rebuild the desktop app in xojo. After building the desktop app, we would then convert it to a web app in xojo.
A new person coming into the project says that this will be wasteful and that we should just build the web app directly. The new guy thinks we should just use PHP and related languages to build the app.
Both sides think the other is wrong. Worse yet, both sides have something to gain by being right, so I don’t know who to trust.
We have already started coding with xojo, so that is more comfortable. However, I would rather choose the more efficient method.
I want to know if either of these methods would be overly costly or incredibly difficult.
What are the pros and cons of both of these methods and why?