You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a query has no parameters, it could be executed early, already at preparation time, in many cases. This would allow support those apps that try to find out the characteristics of the result set - number and type of columns - even before the query is actually SQLExecute'd.