Hello,
Servoy seems to try not to show system tables to the developer. On SQL Server this works great (all system tables are “hidden”), except for one, the dtproperties. This is a little annoying since this table has column names that are reserved words for example for Sybase (like “version”).
Is it possible to let dtproperties out of the repository?
Thanks!