Author: SSWUG Research

Community

MySQL 5.1 – the next generation

(Ian Gilfillan) There are still people using MySQL 4.0 (and I even came across a MySQL 3.23 installation recently), but MySQL 5.1 is now the latest of the MySQL releases–with 5.1.7, the latest as I write; it has just moved from alpha to beta status. Recently I have been writing about what the futur

Community

Sorting Custom Paged Results

(Scott Mitchell) Last week I wrote an article on implementing custom paging in ASP.NET 2.0 aptly named Custom Paging in ASP.NET 2.0 with SQL Server 2005. In that article I covered how to efficiently page through large amounts of data using Typed DataSets, an ObjectDataSource control, and SQL Server