This simple ASP.NET SQL Server Database tutorial will show you how easy it is to display the returned record row count from SQL Server Database. Also includes a listing for Access Database. Author: easerve.com Code: ASP.NET v1.0 & VB
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application. Author: Dotnetindex.com Code: ASP.NET v1.0 & VB
A common requirement when accessing a SQL Server database is to limit the number of rows returned. This short and sweet article will hopefully help out those unfortunate souls and make their lives easier. Author: Steven Smith Code: ASP.NET Beta 2 & VB