Example: Select a combination of values for the City column from a pop-up list box
Example: Show the remaining values of the column Country after selecting the Cities
Example: The Snapshot filter with the select statement created by the selection of the Cities from the list of values
SQL Syntax highlighting
Change the layout
Create an insert script
Example: The filter is copied into the SQL Editor, syntax is highlighted
Example: The layout can be changed, and it's possible to have multiple statements in the editor.
Example: The creation of an insert script. The filter is automatically copied into the where statement, and the output (the script) can be copied into the SQL Editor at once. The script can be created for any kind of database, so it can be executed from DaFT on another database.
Execute an insert script
Example: Execution of the INSERT script in action. The prcess can be stopped at any moment by the user. It also shows a script execution progress.