I have an existing Delphi application that uses SQL Server. It's a huge information system so rewriting it is not an option.
I would like to create a web interface for the application so that it can be used in a browser by a client on the web using any device.
The application already has all the Delphi code to get things done, and I would like re-use the code, i.e. I just want to create a new 'interface' that runs through a web browser.
Does anyone know how I can do this?
I would like to create a web interface for the application so that it can be used in a browser by a client on the web using any device.
The application already has all the Delphi code to get things done, and I would like re-use the code, i.e. I just want to create a new 'interface' that runs through a web browser.
Does anyone know how I can do this?