Test Program for ADO.NET Connections

A simple interactive SQL (iSQL) program is provided to test connections made with our ADO.NET Providers.

Testing an ADO.NET Provider

  1. Select the radio button for the ADO.NET Provider you want to test.
  2. Enter the connect string for the target to which the connection is to be made.
  3. Click the connect button.
  4. Enter a SQL query to run against the target, and click the Execute Query button.
  5. The result set will be displayed in the result set pane, as shown --