SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,492 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a connection created to a SQL database and I want to run a query from a VS Project.
In the tabelAdapter Query configuration Adapter SELECT which returns a single value is enabled but this gives not the full result of the query. I am sure I need SELECT which returns rows but this option is not enabled. (see attached picture)
The connection to the database works and it I runt the query directly in VS it gives the correct result.
Anybody knows how to enable "SELECT which returns rows"