🎴 Flashcard Mode
ADO Database Connectivity in ASP
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Database connectivity with ADO has 3 main objects:
AnswerClick to flip back
A
All of the above
💡 Explanation:
ADO (ActiveX Data Objects) provides three main objects for database operations: Connection (opens the database connection), Recordset (represents and manipulates data records), and Command (executes commands and stored procedures). All three are part of the ADODB namespace and are commonly used together in ASP database applications.