Mid ADO.NET

OdbcCommand: Used for databases that support ODBC (Open Database?

Connectivity) drivers.

  • Example: OdbcCommand command = new OdbcCommand("SELECT *

FROM Customers", connection);

More from ADO.NET Core Tutorial

All questions for this course