DataSources
Last updated
Was this helpful?
Last updated
Was this helpful?
Servoy has three types of datasources:
- this is the regular datasource, which can be any table or view from any database (that Servoy can connect using an JDBC driver)
In Memory datasource - each solution has its special In Memory server , that can store tables with data.
- each solution has its special View Foundset server, that stores table definitions and can be loaded with data. This is similar to how SQL Views work except Servoy View Foundsets can be defined from Servoy Developer while SQL Views can only be defined(modified) from SQL (they are readonly in Servoy Developer)