I’m working with postgres in Servoy. I need to create a table in runtime, for that use rawsql. The problem that Servoy does not detect, for Servoy is non-existent table. How can I make Servoy see a table was created at runtime?
thanks
Hi,
Servoy will read the table definitions at startup so any changes made are only seen after a relaunch of Servoy Server.
I believe only temporary tables (starting with ‘temp’) will be seen on the fly by Servoy.
Question is what are you trying to achieve exactly.
I tried naming the table with a ‘temp’ and it worked. With this I can solve my problem. Thank you very much for the help has been invaluable to me