ADO.NET provides ___________ classes for parameterized queries that are specific to different database providers.
- ODBC
- OLE DB
- Oracle
- SQL Server
ADO.NET provides classes such as OleDbCommand for OLE DB providers and SqlCommand for SQL Server providers, allowing developers to create parameterized queries specific to different database providers.
Loading...
Related Quiz
- What is LINQ an abbreviation for in the context of programming?
- What is the key difference between executing a SELECT command and executing a DELETE command in ADO.NET?
- Parameterized queries help mitigate the risk of ________ attacks.
- What is distributed transaction management in ADO.NET, and when might it be necessary?
- What is the purpose of a data provider in ADO.NET?