Page History
...
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.
- Create an ODBC connection as described here.
- Create an ODBC query using the ODBC command as described here.
- To run a select query, use the OdbcDataReader as described here.
- To execute a non-select query, run the ExecuteNonQuery method as described here.
...
Overview
Content Tools

