Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Any
Platform
Any
License
Any
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema...
Google uses SOAP and WSDL standards to allow access from most programming languages. In addition to the SOAP access, Google has created a set of Java wrapper classes that encapsulates access to the...
DB2 9 pureXML provides native XML storage and retrieval, as well as a new security protection mechanism called Label Based Access Control (LBAC). Combining these two features can produce a Native XML...
XML has become a key technology in enterprise business solutions. SQL Server 2000 introduced XML-related functionality in the database engine through the FOR XML clause of the SELECT statement and...
Transact-SQL is at the core of most Microsoft SQL Server database applications, and SQL Server 2005 includes enhancements and new language features that help you build great solutions. This lesson...
It is important that MicrosoftR SQL Server database administrators are familiar with the requirements for SQL Server installation, previous version coexistence issues, and procedures for adding or...
The Programmers Heaven SQL Server 2005 Database Programming school/tutorial is specificaly designed to help database developers to learn the functionality available in SQL Server 2005 and plan...
The OLAP Option to Oracle 10g gives you the ability to store multidimensional cubes of data in your Oracle database, and perform OLAP queries on them using OLAP DML, regular SQL or query tools such...
This article is an introduction, positioning, and comparison of Swing and JavaServer Faces. It helps developers to decide which technology to use for a specific job and also explains how the Oracle...
Oracle Database XE's value is not necessarily limited to novices, students, hobbyists, or small businesses. it also holds appeal for many other situations.
A common pattern in web development is providing paged access to data. Rather than displaying the entire contents of a report or database table to an end user, developers often show only a subset of...
The site navigation features in ASP.NET 2.0 make it easy to define a site map and implement common navigation UI elements, such as a breadcrumb, treeview, and menu. Due to its use of the provide...
Oracle Database 10g's mantra is simpler, more automated database management. We DBAs cannot help but get excited about all the new technology that Oracle routinely releases. With the release of...
With the introduction of SQL Server 2005, Microsoft has created a new .NET management API for SQL Server called SQL Management Objects (SMO). As I started working with SQL Server in earnest following...
Learn X-to-Y and Y-to-X axis transformation techniques for showing a table's row vertically or its column horizontally no special operators or loops needed.