Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  155
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 14, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts


Home > Search > Database > Introduction
Search
DevASP

What's New
What's Hot

ASP Data Access for Beginners       
Total Hits: 577  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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)....

Designing a Database Application in VB 6.0 Part 1       
Total Hits: 132  |  Today: 0 Author: Errol Booysens       Rating:  
Read Reviews | Write Review |              Your 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....

SQL in ten minutes       
Total Hits: 188  |  Today: 0 Author: Dan Pomerchik       Rating:  
Read Reviews | Write Review |              Your 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...

ASP Databases - Using VBScript       
Total Hits: 378  |  Today: 0 Author: Darryl Fosbery       Rating:  
Read Reviews | Write Review |              Your 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....

Basic Database Concepts       
Total Hits: 295  |  Today: 0 Author: ASPalliance       Rating:  
Read Reviews | Write Review |              Your 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

...

Connections, Commands and Procedures       
Total Hits: 328  |  Today: 0 Author: Wrox Press       Rating:  
Read Reviews | Write Review |              Your 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....

Text Databases       
Total Hits: 560  |  Today: 0 Author: Daniel Morritt       Rating:  
Read Reviews | Write Review |              Your Rating: 

For simple applications using text files you can count database items using SELECT COUNT in a simple comma delimited txt file database...

Basic Database Publishing       
Total Hits: 177  |  Today: 0 Author: ASPalliance       Rating:  
Read Reviews | Write Review |              Your 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)....

Connections And Server Database       
Total Hits: 313  |  Today: 0 Author: PowerASP       Rating:  
Read Reviews | Write Review |              Your 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....

Database Basics       
Total Hits: 329  |  Today: 0 Author: Kathi O'Shea       Rating:  
Read Reviews | Write Review |              Your 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....

Simple Database Sample       
Total Hits: 409  |  Today: 0 Author: ASP101       Rating:  
Read Reviews | Write Review |              Your Rating: 

It is an introduction of database. It just reads the values from the table and puts them in an HTML table....

121 Access to MySQL Tutorial     Price: Free / Free Trial   
Total Hits: 1379  |  Today: 0 Author: 121 Software       Rating:  
Read Reviews | Write Review |              Your 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)....

Setting MS Access Write Permissions       
Total Hits: 379  |  Today: 0 Author: John Fischer       Rating:  
Read Reviews | Write Review |              Your 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....

Simple Data Access       
Total Hits: 682  |  Today: 0 Author: Steven Smith       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP Functions to simplify your site's data access....

Your First Database       
Total Hits: 1547  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Accessing database from an ASP page       
Total Hits: 282  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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...

Connecting to an Access       
Total Hits: 369  |  Today: 0 Author: Alexander Haneng       Rating:  
Read Reviews | Write Review |              Your 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....

Tables, Views and Procedures       
Total Hits: 250  |  Today: 0 Author: Eric Beck       Rating:  
Read Reviews | Write Review |              Your 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....

ASP Tutorial Lesson 13: Databases       
Total Hits: 524  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your 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...

DSN vs DSN less Database Connections       
Total Hits: 157  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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...


1  2  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com