I am trying to run a simple select query in the Run Query activity and display the results in a message box. I can connect to the db fine. I verified that the query runs fine in the native db fine. The scr shot is my set up. I have tried the select statement with single quotes and double quotes. The error I get is:
Could not find stored procedure ‘SELECT top 10 * FROM auth_den_ltr’.
This is not a stored procedure I am trying to run. Just the simple direct select statement