VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ASP Ticker with Database Access

by Brent Wenson (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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.

Inputs
You will need to change the DSN name field names to access your database. Also, change the page names to whatever want.
Assumes
Of course, this code requires IIS or similar running on the server.
Code Returns
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.

Rate ASP Ticker with Database Access

Download ASP Ticker with Database Access

Download ASP Ticker with Database Access (11 KB)

ASP Ticker with Database Access Comments

No comments have been posted about ASP Ticker with Database Access. Why not be the first to post a comment about ASP Ticker with Database Access.

Post your comment

Subject:
Message:
0/1000 characters