Posts tagged with "sql"

Paging In SQL 8

Paging is the term to describe getting a sub selection of data from a record set. Imagine you have a list of 1000 records but you don't want your user to have to deal with 1000 all at the same time so you break it up into pages. You set a system limit and say they can only have 50 or 100 at a time

SQL 0

SQL The Language of Databases. Today I'll teach you how to read from a database using SQL.To read from a database using sql you need to first open a connection to a database. a connection string looks something like thisSet Connection = Server.CreateObject(""ADODB.Connection"")

Home | Advertise | About | Contact | Legal © Oli Warner 2001—2007 Proud 9rules member