Home

Submit

Source

Feeds

Home » ASP » Database Integration ::

ASP Database Integration
This source code can compact and repair your MS-Access database files. If you compact your access files regularly, it will work more faster and secure. Also you will save some hard disk space.
Related Tutorials
ASP Database Integration
How to connect to MS Access Database Using ASP
ASP / Database Integration
This tutorial documents code for connecting to a MS Access Database using the DSN-Less appraoch. With DNS-Less approach all you have to do in your code is define the location where your database resides.

Site: www.geekpedia.com Report - View Tutorial

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Database Integration
Connecting To A Database and Retrieving Results in 9 Easy Steps
ASP / Database Integration
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 example.

Site: www.aspemporium.com Report - View Tutorial

ASP Database Integration
Creating Access Database Connection String
ASP / Database Integration
This tutorial contains a better and clean ASP code to create a sample connection string to an Access database. You may use this sample code in your applications.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
Display Top N records from MS Access
ASP / Database Integration
This sample ASP code will give us a good idea how to display top 10 records, if we are using MS Access. Because MS Access database has got some limitations which we can not choose a limited data rows from complete database table. Of couse if you using SQL server, there is no any limitations.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
Querying an Access database in ASP
ASP / Database Integration
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.

Site: www.kamath.com Report - View Tutorial

ASP Scripts
Custom Paging in ASP - Fast And Easy
ASP / Scripts
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
How to create a System DSN for Access database
ASP / Database Integration
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.

Site: www.devasp.com Report - View Tutorial

ASP Database Integration
Connecting to an Access database
ASP / Database Integration
Learn to connect an MS Access database to you ASP pages.

Site: haneng.com Report - View Tutorial

ASP Database Integration
Accessing Database from ASP
ASP / Database Integration
In this tutorial I will guide through the creation of a simple Microsoft Access database to incorporating it in to your ASP web pages.

Site: www.stardeveloper.com Report - View Tutorial

ASP Database Integration
ASP Data Access for Beginners
ASP / Database Integration
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).

Site: www.15seconds.com Report - View Tutorial

ASP Database Integration
Fun With Stored Procedures
ASP / Database Integration
A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as others ... A stored procedure is compiled by your database (for the most part) one time, when it is entered. This results in faster database executions and overall performance updates... as an added bonus, it further separates the sql statement from your asp leaving you with more readable code. So let's get on with it.

Site: www.aspemporium.com Report - View Tutorial

ASP Database Integration
Running Stored Queries in Access Database
ASP / Database Integration
Explains everything in detail you'll ever need to know about creating Stored Procedures in Access Database and then calling from within ASP.

Site: www.stardeveloper.com Report - View Tutorial

ASP Flash and ASP
Integrating Flash with an Access Database
ASP / Flash and ASP
This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and hand information over to the Flash movie. We are going to build a very simple Flash address book to demonstrate the technique.

Site: www.15seconds.com Report - View Tutorial

ASP File Operations
File Access Tutorial
ASP / File Operations
The File Access Component of ASP allows you to manipulate files on your server using ASP code.

Site: authors.aspalliance.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement