The following JSL script snippet pulls test data from database for tested part IDs given in myList using my function opnDtb. This works as expected and the data tables are pulled individually. I would like each new data table pulled to be concatenated (vertically below) to the previous data table. How to implement this in JSL?
For( i = 1, i <= N Items (myList), i++,
dt = opnDtb(myList [i]);
);
Note that all parts listed in myList do not always have test data available (i.e. awaiting test) so I would also need to neglect the cases where JMP throws a warning for no data pulled from database.
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'XXXX'
When it's too good to be true, it's neither