Test adapter with Execute Query
- Last UpdatedOct 29, 2024
- 1 minute read
After you configure the OLE-DB adapter properties, you can use the Execute Query command option to test the adapter. The Execute Query command executes the SQL Select statement that is in the CommandText sub-property of the SelectCommand property of the adapter.
To use the command option to test an OLE-DB adapter
-
In the Project Explorer, right-click the adapter.
-
Click Execute Query. If the adapter is connected to the source table, the Studio Query Result window appears and displays the retrieved dataset.
If the adapter is not connected to the table, a message appears to alert you to a situation that requires resolution before you can continue.
