|
Displaying binary data from the database using plain ASP
|
Other links at ASP > Tutorials > Database-related |
| 1. |
Dynamic Form and Database Driven Marquee
|
|
|
Basically, I had the problem of needing a marquee to scroll important updates but everyone who needed to update it was not HTML savvy. So I made it form based. And the coolest part about it is, you can control the background color, and the text color. That is good when you want different color combinations to have communicate different things. Like, black background and red text could mean urgent and blue background* and yellow text could be Happy Birthday!
|
| 2. |
Display Image From Database
|
|
|
It is possible to store images in a database using a number of third party tools or a custom built component. Once you have the images stored in your database, however, displaying them requires the use of a simple ASP page. This tutorial explains how to retrieve images from a database table and use them in an HTML page.
|
| 4. |
Quick form 2 db
|
|
|
You fill in the blanks, and you are given the source code for the form, and a page to display the information in the database. Also the database is ready to download with all fields in your form.
|
| 5. |
How to create a System DSN for Access database
|
|
|
You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine.
|
|
|