Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To test the ODBC protocol, use the System.Data.Odbc Namespace as described https://learn.microsoft.com/en-us/dotnet/api/system.data.odbc?view=dotnet-plat-ext-8.0 here.

  1. Create an ODBC connection as described here
  2. Create an ODBC query using the ODBC command as described here.
  3. To run a select query, use the OdbcDataReader as described here.
  4. To execute a non-select query, run the ExecuteNonQuery method as described here.

...