Archive for the 'Rohit Vaz' Category

Migration Mistakes - VB6 to VB.NET Migration

Tuesday, September 5th, 2006

Tags : Migration, VB6, .NET
Introduction
There are numerous instances where organizations are running legacy applications on older technologies. They are often faced with the choice of moving to newer, more advanced platforms or continuing with their existing applications. Evolving technologies, at times, force migration upon organizations. As in the case of Visual Basic 6, […]

Implementation of Custom Data Paging - (for SQL Server 2000)

Monday, May 15th, 2006

Tags : Data, retrieval, Database, Paging, Performance
One of the most common operations encountered in data driven applications is the displaying data in a tabular manner. When the amount of data being displayed is small, all the data can be displayed in a single list. However, for large amount of data, applications […]