Other News

Community

Troubleshooting Oracle Connections

(Sandra Henry-Stocker) I often find myself needing to verify whether an Oracle database is working. Sometimes a process running on one server extracts data from a database on another server and, if the process fails, testing the connection to the database is a good starting point from which to deter

Community

SQL Server Query Design

(Buck Woody) The basics of programming against databases requires a firm understanding of the language used to create objects such as tables and views, read data, update data and remove data and objects. You might see these commands referred to as CRUD—for CREATE, READ, UPDATE, and DELETE.

Community

DB2 Viper Overview

Viper is the code-name for a new version of DB2 due out this summer that introduces numerous innovations to help organizations realize the business value of information. These innovations include the industry’s first hybrid data server – serving data from both pure relational and pure XML structures

Community

Caching in ASP.NET

(Joydip Kanjilal) Caching is a feature of ASP.NET that improves the performance of web applications by minimizing the usage of server resources to a great extent. This article discusses Caching, its types and contains some lucid code examples to illustrate On- Demand Data Caching.

Community

Is AJAX the new Web?

(James Hayes) The underlying technologies behind most Web applications (such as HTML) are pretty simple and straightforward to use. This simplicity, however, comes with a certain cost. Classic HTML pages don’t maintain a connection with the Web Server (stateless) and it is therefore difficult for We