|
|
|
|
|
Total Hits: 577 | Today: 0 |
|
Rating:
|
|

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 do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC)....
|
|
|
|
Total Hits: 132 | Today: 0 |
Author: Errol Booysens
|
Rating:
|
|

Before you start to design a database, it’s important you understand exactly what a database is and what types of databases you have to choose from. The application type will affect the database type that you choose....
|
|
|
|
Total Hits: 188 | Today: 0 |
Author: Dan Pomerchik
|
Rating:
|
|

You've probably heard of SQL. What does it mean, you ask. Well, SQL (Structured Query Language) is a very handy tool for database programmers (including ASP programmers). Without SQL, it would be very difficult to perform many common tasks relating to databases. In this article, I will teach you the basics and the common uses of SQL...
|
|
|
|
Total Hits: 378 | Today: 0 |
Author: Darryl Fosbery
|
Rating:
|
|

Brief article on using of ASP database and VBScripting. Probably the most popular use for ASP scripting is connections to databases. It's incredibly useful and surprisingly easy to do....
|
|
|
|
Total Hits: 295 | Today: 0 |
Author: ASPalliance
|
Rating:
|
|

This article is the first of a series on how to retrieve and update information stored in databases. It is organized into the following references:Database Basics, Connecting to a database, The Recordset object
...
|
|
|
|
Total Hits: 328 | Today: 0 |
Author: Wrox Press
|
Rating:
|
|

In depth coverage from connecting to the databases to the carrying out of commands and procedures. You can get Introduction about connection and commands and procedure....
|
|
|
|
Total Hits: 560 | Today: 0 |
Author: Daniel Morritt
|
Rating:
|
|

For simple applications using text files you can count database items using SELECT COUNT in a simple comma delimited txt file database...
|
|
|
|
Total Hits: 177 | Today: 0 |
Author: ASPalliance
|
Rating:
|
|

This article will take you through the steps to get data from a database and present it on the screen in a nice and orderly fashion (table)....
|
|
|
|
Total Hits: 313 | Today: 0 |
Author: PowerASP
|
Rating:
|
|

This article is an overview of SYSTEM DSN's, DSN-LESS Connections, and any permissions that may need to be set on the server....
|
|
|
|
Total Hits: 329 | Today: 0 |
Author: Kathi O'Shea
|
Rating:
|
|

Here, we've learned how to connect to a database, perform a simple query, and display the contents on a dynamically generated web page. We've also learned how to modify records in the database, and how to delete records....
|
|
|
|
Total Hits: 409 | Today: 0 |
Author: ASP101
|
Rating:
|
|

It is an introduction of database. It just reads the values from the table and puts them in an HTML table....
|
|
|
|
Total Hits: 1379 | Today: 0 |
Author: 121 Software
|
Rating:
|
|

Not sure how to make use of the free MySQL database space included with your web-hosting plan? This step-by-step tutorial explains a simple way to upload data from a Microsoft Access database to the MySQL database at your ISP. The tutorial also contains a free sample application written in ASP (PHP version also available)....
|
|
|
|
Total Hits: 379 | Today: 0 |
Author: John Fischer
|
Rating:
|
|

In order to use Microsoft Access through ASP, you must give the file/folder write permissions if you wish to update the database. Read how to do it here....
|
|
|
|
Total Hits: 682 | Today: 0 |
Author: Steven Smith
|
Rating:
|
|

ASP Functions to simplify your site's data access....
|
|
|
|
Total Hits: 1547 | Today: 0 |
|
Rating:
|
|

Building a Web-based database application isn't as hard as you think. Jay introduces theories of relational databasing and shows you how it's done....
|
|
|
|
Total Hits: 282 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

Databases are a way of organizing and keeping your data. The data stored in databases can be anything from user email addresses to binary files. Databases have become so popular in the past decade that it is almost unimaginable to not to use them on the web.In this tutorial I will guide through the creation of a simple Microsoft Access database to incorporating it in to your ASP web pages. Creating and making use of a database on the web is so very much easy that it will be only after reading th...
|
|
|
|
Total Hits: 369 | Today: 0 |
Author: Alexander Haneng
|
Rating:
|
|

This lesson is about connecting an Access database with ASP pages. In this lesson. YOu will also learn how to create a database table in Access and how to retrieve it's content and display it through ASP....
|
|
|
|
Total Hits: 250 | Today: 0 |
Author: Eric Beck
|
Rating:
|
|

In this article we're going to learn how to execute MS Access queries from ASP, create tables, views and procedures. You should have a fairly good knowledge of both MS Access and ASP, as we will be working with some slightly advanced tools, such as Access procedures....
|
|
|
|
Total Hits: 524 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

Here is the code that can be used to talk to a database with ASP. You will need to have set up a DSN for this to work. You can set a DSN by going to START, RUN and opening the program ODBCAD32...
|
|
|
|
Total Hits: 157 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In this article we will learn the two ways of connecting to database :via (DSN Data Source Name)without DSN DSN Connections In my earlier article on Accessing the database from ASP I explained connecting to database via DSN in a step by step mannner. So there is no need to repeat that again, you can see it from there. DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone e.g Excel sprea...
|
|
|
|
|
|
|