Overview
In the Jet Data Manager you can create commonly used pieces of SQL code and parameterize them as SQL Snippets. This allows frequently used pieces of functionality to be saved once and then easily deployed across different tables or fields without recreating all of the SQL functionality.
SQL Snippets can be used with:
- Field level transformations
- Views
- Stored procedures
- User defined functions
- Script actions
How to Create a SQL Snippet
-
On the Tools menu, click the Create SQL Snippet button.
A window with the following options will appear:
-
Type and Name and Description for the SQL Snippet. The Description is optional, but allows other users know what the Snippet will do.
-
Type or paste the SQL command into the Formula section.
-
For any variables (in this example FieldName) highlight the variable and click Add Parameter. This will add the highlighted text as a parameter name in the Parameters section.
-
Change the Type to match what the variable represents. The available options are: Table, Field, Database, User Defined Function, Stored Procedure, and Value.
-
Click OK to save the SQL Snippet.
How to Edit a SQL Snippet
-
On the Tools menu, select Edit SQL Snippet.
-
Select the SQL Snippet to be edited from the list and click OK.
-
Adjust the SQL Snippet as needed.
-
Click OK to save the SQL Snippet.
How to Delete a SQL Snippet
-
On the Tools menu, select Delete SQL Snippet
-
Check the box next to the SQL Snippet(s) to be deleted. Alternatively, Select All can be checked to automatically select all SQL Snippets.
-
Click OK.
-
Click Yes to permanently delete the SQL Snippet(s)
How to Implement a SQL Snippet in a Project
-
Right click on the field to add the SQL Snippet to, go to Add SQL Snippet Transformation, and select the desired SQL Snippet from the available list.
-
Drag the desired field(s) from the Data Fields pane on the right and drop the field on the Object Name/Value column for the desired variable. The Object Name/Value column and Variant column will populate automatically.
-
Click OK.
Comments