engine:import:setsql
setsql
SetSQL
Set the SQL string that will be used to query the SQL data source.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
SetSQL(sql); 80 string sql;
| sql | The SQL string that will be used to query the SQL data source. |
Example
SetSQL: Select all fields from table volumes
| SetSQL(“SELECT * FROM [volumes]”); |
Example A.46. SetSQL: Select the Barcode and Location fields from Excel Spreadsheet workbook Inventory. SetSQL(“SELECT Barcode,Location FROM [Inventory$]”);
engine/import/setsql.1534289201.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
