Categories
Tags → Connect Database Asp

How to connect to database using a connection string

The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this t...
DETAILS

Connecting to a SQL database from ASP .NET II

This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET''s features.
DETAILS

Connecting to a SQL database from ASP .NET I

This is part I of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to set up MSDE for Mixed Mode and how to use Web Data Administrator to create databases and users.
DETAILS

Validate logins with ASP, Access and cookies

This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP page...
DETAILS

ASaP!

ASaP! is a tool that helps you get your database up on the Web quickly and easily. Features: Search, Modify, Add, and Delete Online Records; SQL, MySQL, Access Databases supported; Generates ASP or PHP code; DropDown Lists; Relational Capabilities; P...
DETAILS

Integrating Flash with an Access Database

This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and transfer information over to the Flash movie. It shows how to build a very simple Flash address book to demonstrate the technique....
DETAILS

Wizz Computers ASP Guestbook

This is the ASP version of Wizz Computers Guestbook. It uses an ADO connection object, using an ODBC DSN to connect to the database. The ADO connection object has session scope and is instantiated in Global.asa. Before using the ASP version you'...
DETAILS

ASP Data Access for Beginners

The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft''s Active Server Pages, this is exceedingly easy to...
DETAILS

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.
DETAILS

Connecting To A Database and Retrieving Results in 9 Easy Steps

Now everybody can connect to a database. Simple database access is a huge feature of ASP and one of the most widely used by developers but when you are first learning, it s hard to separate the database stuff from the rest of the code so I made this ...
DETAILS

Page:
©2003-2008 jCay.com