05-26-2023 03:40 AM
Dear Community,
In the above image "Results Table Name" located in the Data Adapter for a SQL Query is accessible? The Data Adapter still runs even though if we aren't giving any table name in the alias. Is it only for the naming convention? Or whether it's accessible/stored in the Application Database Tables/System Database Tables under System tab? Any solution to this will be really helpful. Thanks.
Solved! Go to Solution.
05-26-2023 04:46 AM
Hi,
Its optional to give Results Table Name in data adapter query, if you want the result set to have a custom table name, you can specify here or feel free to keep it blank.
Hope this helps.
05-28-2023 05:15 PM
To add some context: the Results Table Name is useful in situations:
But yes, it is optional.
05-26-2023 04:46 AM
Hi,
Its optional to give Results Table Name in data adapter query, if you want the result set to have a custom table name, you can specify here or feel free to keep it blank.
Hope this helps.
05-26-2023 05:10 AM
Thank you so much!
05-28-2023 05:15 PM
To add some context: the Results Table Name is useful in situations:
But yes, it is optional.
05-29-2023 02:02 AM
Thank you so much for your response.