Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
ODBC, OLE DB, ADO, and ASP Questions
Which interface allows application programs to access and process SQL databases in a DBMS-independent manner (vendor-neutral connectivity)?
In Microsoft OLE DB architecture, what specifically does a tabular data provider do when exposing data to consumers? Select the most accurate description of its behavior and interface contract.
Fill in the blank: ________ is Microsoft’s object-oriented data access interface that encapsulates data-server functionality for application developers (often built on top of OLE DB).
Goals of Microsoft OLE DB: Which statement best captures OLE DB’s design objectives across heterogeneous data sources and DBMS features?
In ODBC terminology, what do we call the data structure (often configured as a DSN) that identifies a target database and the DBMS/driver used to process it?
In ADO/OLE DB abstractions, a Recordset-style object offers which kinds of programmable features? Choose the set that best describes its interface surface.
Within the ODBC stack, which component serves as the intermediary layer between applications and specific DBMS drivers, routing calls and managing driver selection?
In OLE DB terminology, what characterizes a service provider component (as opposed to a tabular data provider)? Choose the most complete description.
Which technology is widely recognized as one of the foundational building blocks of Microsoft’s data access strategy, enabling cross-vendor SQL connectivity from early Windows through today?
In ODBC configuration, what do we call a sharable, file-backed definition of a data source that multiple users or machines can use (often stored as a .dsn file)?
ODBC core SQL grammar: Which statement best reflects what the ODBC “core” level guarantees in terms of SQL statements and features?
ODBC fundamentals for developers Within the Open Database Connectivity (ODBC) specification, which items belong to the core API set of functions used by applications?
ODBC capability tiers Which features are part of the ODBC Level 1 API (beyond the core), considering standard portability goals?
ODBC minimum SQL grammar essentials Which item below is explicitly included in the ODBC minimum SQL grammar definition across compliant drivers?
ODBC data source types In ODBC terminology, what do you call a data source that is configured on and local to a single computer (available to the system and its users on that machine)?
ODBC Level 2 features Which of the following function categories are provided by the ODBC Level 2 API (in addition to core and Level 1)?
ODBC request flow When using ODBC, which component translates ODBC calls into DBMS-specific operations and submits SQL to the target data source?
Data access object models ________ provides a simpler, higher-level object model than OLE DB and is widely used in database applications for rapid development.
High-level wrapper over OLE DB In Microsoft’s data access stack, ________ is a convenient cover over OLE DB intended for use by many languages, enabling simpler data access.
Understanding OLE DB terminology Within OLE DB, what do you call the actions that an object can perform (invokable behaviors)?
1
2