README.md

December 5, 2022 ยท View on GitHub

ASP Ticker with Database Access

Description

I searched around trying to find a ticker that operates much like the one on this site to no avail. So I wrote one. It was actually quite easy.

More Info

You will need to change the DSN name field names to access your database. Also, change the page names to whatever want.

Of course, this code requires IIS or similar running on the server.

The code should be pretty self-explanatory. The database needs to contain a number field that uniquely identifies the news item, this number is what is used to create the link and pass it to the next asp page. It moves through the recordset and adds a new item for each news item in the database.

Keep in mind, the link will take the user to whatever page you specify. So you need to grab the parameter from the querystring on the next page and create code to search your database and format the data as you choose.

Submitted On2001-05-07 23:02:06
ByBrent Wenson
LevelIntermediate
User Rating4.0 (8 globes from 2 users)
CompatibilityVB Script, ASP (Active Server Pages)
CategoryInternet/ HTML
WorldVisual Basic
Archive FileASP Ticker19377572001.zip