Purchase Solution

Middleware and database connectivity

Not what you're looking for?

Ask Custom Question

I request assistance with the following. Please cite references as appropriate.

a) Explain what middleware is and what it does. Why would MIS managers be particularly interested in such software?
b) Write a short description of one of the following: ODBC, JDBC, or Java servlets.
3) Write a short description of database connectivity with the Internet using one of the widely disseminated technologies. (i.e. using either active server pages or Java server pages or others)

Purchase this Solution

Solution Summary

The basic middleware services include Client/Server Connectivity. Middleware provides the mechanism by which network applications communicate across the network, including database networking and the service of putting packages of query results data into network transport packets. This solution discusses this further.

Solution Preview

a) Explain what middleware is and what it does. Why would MIS managers be particularly interested in such software?

Middleware is the part of the network application model that fits in the middle. Middleware is the part that fits in the middle ( called database connectivity). It is the Client/Server components that provides a set of services to application like a client/server database.

The basic middleware services include Client/Server Connectivity. Middleware provides the mechanism by which network applications communicate across the network. This includes in the case of database networkin. The service of putting packages of query results data into network transport packets. Microsoft SQL Server, use the midldleware Sybase's Tabular Data Stream protocol to handle formatting of data for transport across the network. One feature is the ability for clients to interrupt the current operation on the server to cancel a large query response.

Middleware runs on a variety of platforms and using all the existing desktop and server hardware as applications require. Microsoft SQL Server DB library middleware provides access only to Windows NT servers. Middleware provides transparency across different SQL database dialects. It allows the use of single SQL dialect across a variety of RDBMS back ends.

Middleware is a software that connects softwares components or enterprise applications. It is ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.