Understanding ClientServer Databases

Understanding Client/Server Databases

Another client/server environment found on corporate networks is the shared database . Shared databases allow users to access information that is held centrally on a database server. This central database may hold customer information, employee information, or data related to a particular project.

The centralized database is certainly not a new concept to computing; large database systems were an integral part of early mainframe and miniframe environments. Oracle Corporation's powerful Oracle client/server database environment started out as a product for the miniframe environment but has evolved into a multiplatform client/server system that can also be run on Pentium-based LAN servers.

Client/server databases require both a dedicated server and a client front end. The database server software, also referred to as the database engine , is designed to accept requests for information (a request to a database for information is called a query ) from clients on the network. The actual query is made by the client software on the user's computer. Because the exchange of data between the database server and the database client is transparent to the user, the features and functionality provided by the database client will be the same as if the database resided locally on the user 's computer.

An excellent example of a client/server database system is Microsoft's SQL Server (SQL stands for Structured Query Language ; it is the language used by the database client software to send queries to the database server). SQL Server is an add-on product that runs on an existing Windows server.

The client front end used to query SQL Server is Microsoft Access. Microsoft Access is a powerful standalone database software application in its own right. It provides all the tools needed to create complex relational databases. Figure 11.15 shows an Access window and an open Access/SQL project.

Figure 11.15. Shared databases need a client front end, such as Microsoft Access.

graphics/11fig15.gif

Client/server technology has been changing by leaps and bounds because of the Internet and the desire of companies to try their hands at e-commerce. Any time you book an airline reservation online or order a book from an online bookstore, you are taking advantage of client/server database technology. We will talk more about e-commerce in the section "The Internet and Your Corporate Presence" in Chapter 16, "Hosting a Web Site".

Note

graphics/nman.gif

SQL databases accessed by Access are called projects . All the familiar Access objects, such as tables, forms, queries, and reports, are used when working with a SQL database project. This provides any end user with some experience in Access an easy-to-use front end for creating queries, entering new data, and printing out reports as he or she communicates with the database server.


The Absolute Minimum

In this chapter we looked at using applications and groupware products on the network. Novell GroupWise, Lotus Notes, and Microsoft Exchange Server were discussed. We also took a look at Microsoft's .NET Framework and how client/server databases operate .

  • Software suites have replaced standalone applications as the primary productivity tools for end users. Applications suites such as Microsoft Office can be installed on client computers or run from a network server.

  • Groupware products provide communication tools for network users. These tools include email, discussion groups, and shared scheduling. Examples of groupware products are Novell GroupWise, Lotus Notes, and Microsoft Exchange Server.

  • Microsoft (and other companies) are looking at different strategies for moving data via the Web. Microsoft's .NET Framework supplies programming tools and server platforms for deploying XML applications and other Web connectivity strategies.

  • A shared database provides a client/server environment where network users can query the database, which is located on a server.

  • A shared database requires a server platform and a client that can act as the front end for the database.

  • Microsoft's SQL Server provides a shared database environment where users on the network can use Microsoft Access as their front-end client.



Absolute Beginner's Guide to Networking
Absolute Beginners Guide to Networking (4th Edition)
ISBN: 0789729113
EAN: 2147483647
Year: 2002
Pages: 188
Authors: Joe Habraken

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net