I have a (V)irtual (P)rivate (S)erver with servoy installed…well almost…
My vision is to have 1 database (Currently MySQL) accessed by a servoy solution and a php5 web application.
The idea is that 2 different groups of people can access and manipulate the same set of data from two different perspectives (Servoy for my clients and php5 web app for my clients clients).
How will this work? When a client’s client inserts a record via the web app, will it pop up seemlessly in servoy? Should I run a function when loading a form in servoy to account for any possible new records?
Has anyone else developed somthing like this and what has your experience been?
gte451f:
How will this work? When a client’s client inserts a record via the web app, will it pop up seemlessly in servoy? Should I run a function when loading a form in servoy to account for any possible new records?
No, Servoy uses caching, so new records, from php will not be automaticly seen in the Client. You must use a function: (under db-manager node: refreshFromDatabase)
If you want to build a website, what is totally in sync with a Servoy Client, you must use Servoy Headless Client. (jsp)