Search Search

#1 worldwide
FREE Coding Lessons

since 1996
   THE BEST WAY to learn ASP & Asp.net!
Advertise Here!
click for details
Credits Host:
DiscountASP.net
Server Admin:
The "Team"
Contact Info.
Charles M. Carroll

my Blog
[prev. Lesson]  Disconnected Recordsets, Display Table
     [next Lesson]  DB: Generic DB by Eli Robillard

Display database table on Web Page
Many Approaches by Charles Carroll

There are many ways to display a table on a web page. So many that we feel that a brief description of the variations and some URLs will help. A good programmer knows many ways to tackle the same problem!

Paging through arbitrary groups of records (i.e. record __ of __ ) at:
    /freebook/asp/dbtablepaged.aspx

Displaying a table without using a DSN, i.e. a DSNLess connection at:
    /freebook/asp/dbopen.aspx

Use the faster Getrows function to retrieve a recordset into an array:
   /freebook/asp/dbtablegetrows.aspx

Use the lightning fast Getstring function to retrieve a recordset into a string:
  /freebook/asp/dbtablegetstring.aspx

Using a very nice generic routine from Eli Robillard at:
  /freebook/asp/genericdb.aspx

Use an excellent 3rd party component (ASPDB):
  /freebook/asp/aspdb.aspx

Displaying a Table with many records as quick as possible is documented in depth at:
 /freebook/asp/speedtables.aspx
 /freebook/asp/speedtablesall.aspx

Displaying a Table using simple subroutines & includes at:
  /freebook/asp/subdbtable.aspx

Displaying tables, listboxes and other arbitrary HTML at:
  /freebook/asp/subreusable.aspx
Chaz Wish List
Tall Tip $5
Grande Tip $20
Venti Tip $39
Tip Jar Thanks
2004 Thanks
2005 Thanks
HUGE Tip -love site