Hi there,
I’m trying to create an in Memory table of some temperature measurements in order to work on the data before passing it into a foundset. However after creating the in Memory table with an sql query it does not show in the solution explorer. The console does not show any error, the sql query works, the parameters are set correctly. What am I doing wrong? I’m simply using:
databaseManager.createDataSourceByQuery('mem_myTempTable','server3', sql, params, maxRows);
Thanks for any suggestions.
Cheers
Alex