(Tim Chapman) Paging, the grouping together of records usually for display purposes, has never been easy to accomplish or very efficient in SQL Server. In the past, developers would have to design their stored procedures to accommodate paging using temp tables, or would have to return the entire res
Other News
Mining your Business in Retail with IBM DB2 Intelligent Miner
(Garcia Bordes M. Eugenia) This tutorial shows you how to apply data mining techniques using IBM DB2 Intelligent Miner to generate automatically product recommendations for customers in a possible e-commerce shop environment. (R)
An Open Source AJAX Comparison Matrix
(Edmon Begoli) Open source AJAX frameworks and toolkits have matured to the point where they can handle just about any rich Internet application development task. To provide a reference guide for how well they handle particular tasks, I developed a side-by-side comparison matrix of the most popular
Deserialization Progress, and More
(Stephen Toub) In my Windows Forms application, I use a BinaryFormatter to save a large amount of application state, sometimes serializing to disk very large objects. At a later point, this state file needs to be loaded and deserialized by the application, and this deserialization process can take a
Security Fundamentals for Oracle E-Business Suite (Sample Chapter)
(John Abel) Oracle E-Business Suite is a mature application suite that has been around for many years, evolving through versions of functional and technical components and technology stacks. I still have memories of Oracle’s First Report Writer (RPT) and Forms 2.0 and using the vi editor to perform
Using Unbuffered Queries and More with SQLite with PHP 5
(Alejandro Gervasio) Are you one of those PHP developers looking for a tight and powerful RDBMS, other than MySQL, in order to build your next database-driven website? Then hopefully your search is finished. Welcome to the second installment of the series “Using SQLite with PHP 5.” Comprised of thre
Sql Server Full-Text Search Protips Part 2: CONTAINS vs. FREETEXT
(Wyatt Barnett) In Part 1 of this series we explored the methodology for enabling a Sql Server database for Full-Text Indexing and enabling Full-Text indicies on specific tables. But now we get to the good part—how to use that index in your application.
Nested Repeater : Display hierarchal data in web form by using ASP.Net repeater
(Sanjay Kumar) This below code shows how to display hierarchal data from multiple tables by using ASP.Net repeater control. This article shows hierarchal data from Categories, Products, Orders and Order Details tables of Northwind database.
Crossing borders: Ajax on Rails
(Bruce Tate) The hype for Ajax, a technique for making Web pages more interactive, is in overdrive. The Ruby on Rails framework is also flourishing, partly on the strength of its excellent Ajax integration. Find out what makes Ajax on Rails such a powerful combination.
WebSphere Process Server made easy, Part 1: Architecture
(Addison Goering) This tutorial covers the key architectural concepts of IBM WebSphere Process Server. Specifically, it explains how WebSphere Process Server extends the underlying WebSphere Application Server architecture. It addresses the important core set of SOA capabilities, supporting services
