(Saravana Kumar) After reading the title of this article, the first question that will come to your mind is: Why do I need to enable paging in a Datagrid if I have scrollbar in that Datagrid? User is going to scroll to see the data, anyway, so I can show all the data in one page itself. This is what
Other News
MDX Essentials: String / Numeric Functions: Introducing the IIF() Function
(William Pearson) In this lesson, we will introduce a function that can technically be classified as either a string or a numeric function, depending upon which of two choices we make in its syntax. Whichever of the two options we select, the IIF() function returns one of two possible values, based
Find Numeric and Non-Numeric Records
(Ilya Petrenko) This script uses two Oracle functions—TRANSLATE and Length—to identify if data includes numeric or non-numeric characters.
Maximize ROI Using Document Imaging Technology With Oracle
In this white paper, you will learn how to choose the right electronic document imaging software solution as well as: • Benefits of using an electronic document management system • How to calculate quantitative and qualitative document costs • How to efficiently enhance any Oracle E-Busi
Security Enhancements in SQL Server 2005 (aka Yukon)
(Rahul Sharma) Yukon is safe! Microsoft has addressed a lot of security concerns in its next release of SQL Server (code-named Yukon). Rahul Sharma counts the ways Microsoft enhancements ensure that you can run your business securely with no worries about security lapses.
Optimize the Massive DELETE Operation in Oracle, Part 2
(Boris Milrud) Perform the massive DELETE operation as a swap delete with parallel execution. This technique can offer significant performance gains over a straight or in-place delete operation.
A quick start: Develop and run SQLJ programs
This tutorial is written for those who are interested in coding, testing, and running SQLJ applications using WebSphere Studio Application Developer and DB2 Universal Database. It is also for those who are interested in running their applications in a WebSphere Application Server and DB2 UDB environ
RUNSTATS in DB2 UDB Version 8.2
(Larry Pay) RUNSTATS is the utility in DB2 Universal Database (DB2 UDB) that updates catalog statistics used by the optimizer to determine the fastest path to your data. With DB2 UDB V8.2, the number of RUNSTATS options have increased considerably. Understanding how to use RUNSTATS, with both the ex
Mainframe EXTRA: Executing a Batch Job as Part of CICS/DB2 Transaction
(Abhiram Jayaram) Incorporating a large amount of batch process code into an online process while retaining the code in the batch process can cause problems from having to maintain the same piece of code online and in the batch. These problems can be compounded if some of the programs are third-
Automate the process of documenting your code
(Klaus Salchner) Every developer is relying on a development platform, the two major ones being .NET and J2EE. The development platform provides the basic plumbing like file IO, threading, XML processing and much more so we developer don’t have to worry about the low level plumbing itself. You use t