How is a connection establised by ODBC? »
| 0 Comments |
ODBC uses the description of the datasource available in the ODBC.INI file to load
the required drivers to access that particular back end database.
Java Interview Questions | IT interview questions | Software Testing Interview questions | .Net Interview Questions | Job Interview Questions & Answers | Tough Interview Questions | Technology Interview Questions | Tech Interview Questions | Testing Interview Questions | SAP Interview Questions | ABAP Interview Questions | Data Warehousing Interview Questions
Category: CLIENT/SERVER interview questions| 0 Comments |
ODBC uses the description of the datasource available in the ODBC.INI file to load
the required drivers to access that particular back end database.
| 0 Comments |
The name of the DBMS, the location of the source and the database dependent
information.
| 0 Comments |
The ODBC Driver allows the developer to talk to the back end database.
| 0 Comments |
The ODBC Manager manages all the data sources that exists in the system.
| 0 Comments |
1. An ODBC manager/administrator and
2. ODBC driver.
| 0 Comments |
Inheritance is a method by which properties and methods of an existing object are automatically passed to any object derived from it.
| 0 Comments |
A file server just transfers all the data requested by all its client and the client processes the data while a database server runs the query and sends only the query output.
| 0 Comments |
1. System Events.
2. Control Events
3. User Events
4. Other Events.