Why is an event driven program referred to a passive program? »
| 0 Comments |
Because an event driven program is always waiting for something to happen before processing.
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 |
Because an event driven program is always waiting for something to happen before processing.
| 0 Comments |
The application cannot use any special features of the backend server.
| 0 Comments |
The application can be connected to any back end server that is supported by the API.
| 0 Comments |
Open Database Connectivity (ODBC),
Integrated Database Application Programming Interface (IDAPI),
XOpen
SQL/CLI
| 0 Comments |
An API, in a Client/Server context, is a specification of a set of functions for communication between the client and the server.
| 0 Comments |
1. Manage resources optimally across multiple clients.
2. Controlling database access and security.
3. Protecting the databse and recovering it from crashes.
4. Enforcing integrity rules globally.
| 0 Comments |
A client process at first establishes connection with the Server.