PDA

View Full Version : Creating a "showoff" page with ASP + ADO(SQL)


Iconoclast
04-21-2009, 02:43 AM
Hi guys, I'm trying to make a page (with several subpages) that will demonstrate the use of ASP with SQL to interact with databases (.mdb). I've already implemented functions such as add, edit, delete, search, and sort. I'm wondering if anyone can give me any other ideas I can implement to demonstrate more things like this? Thanks!

Old Pedant
04-22-2009, 01:59 AM
Paging.

Master/Detail displays.

If you have addresses in your DB, integrate with Google Maps.

A lot depends on what data you have.