📄️ Modifying underlying SQL of TableDataSources
This article is about modifying or "tweaking” the SQL that underlies TableDataSource objects.
📄️ SQL underlying a SQLDataSource
In USoft Web Designer, you can have a SELECT statement underlying a data source. Such a datasource is of type SQLDatasource and is fully defined by the SELECT statement.
📄️ executeSQLStatement actions
This article is about using an executeSQLStatement action in your web page in order to perform additional data manipulation that you write yourself.