Am trying to import a Servoy 5.2 solution into the server bit it errors saying that xxx is not a base table.
xxx is a view and the solution works fine in developer where xxx is speficied as the form table. Any suggestions as to how I to import the solution onto the server with views?
If you use views you have to create them manually on the DB where you deploy the servoy solution, Servoy cannot keep the views in sync between your development db and the deployent db so you need to apply every change to the view manually.
The server and developer are both using the same mysql database. Basically Iam exporting the solution out of developer and into a test server which all connects to the same database as it all runs from the same machine.
Basically I’m trying to do a demo of the servoy project and therefore need to use both developer and server on the same pc, hence there’s only 1 mysql database. I have this setup working fine except when I try and import this solution with views into the server it objects.
I have imported the solution into Developer succesfully on another pc but the server does not like it.
I’ve no idea what I need define as its all defined ???