What factors control which columns from a record are brought down to the client? If a form only contains two columns will only two columns be brought down? What other factors can control how many columns are brought down?
Do the same rules apply to both smartclient and webclient?
The only way to prevent column data to be loaded into memory is marking the columns as excluded. Then they won’t be available in Servoy no matter what, except if you manually query for them.
Otherwise, if a row in the table is touched, all the data in the columns will be downloaded.