Hi,
I am working on a project that started out to be a program that would be on a clients network and run in a regular network environment. Now they would like the program to be web enabled.
Here is what I would like to do ... can someone please tell me if it is possible (maybe some sample code).
I would like to have my database on the webserver and be able to create a webpage where the end user can enter some data to search for. Let's say first and last name. Then, my FWH application can perform the search and display additional information if found. If not found, then give the option to add a new record etc...
The above is very basic, I am just trying to get data to flow between a webpage and my program.
I have no idea how this would even work as there could be many users at the same time. Would the webpage be able to run a program? Can I swap data between my app and a webpage? etc...
Any info would be appreciated