Home

Submit

Source

Feeds

Home » ASP » Database Integration ::

ASP Database Integration
This chapter discusses: * Connecting ASP Pages to MS Access Databases * Persisting Data to MS Access Databases * Protecting Data in SQL Statements
Related Tutorials
ASP Database Integration
How to connect to an Access database with a DSN
ASP / Database Integration
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. In this tutorial we will show you how to connect with a DSN to an Access database called 'examples.mdb' and retrieve all the records from the table 'cars'. Everything is commented so you won't have trouble.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Excel and ASP
Exporting Data From mySQL to Excel
ASP / Excel and ASP
Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Access and MS SQL.

Site: www.dotnetindex.com Report - View Tutorial

ASP Cookies and Sessions
Cookies Across Domains
ASP / Cookies and Sessions
Cookies are very useful for developers - keeping track of users, performing many functions cheaper than more expensive databases, personalization and customization, etc. Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article takes a look at how to bypass this limitation using Active Server Pages.

Site: www.asp101.com Report - View Tutorial

ASP Database Integration
Compacting an Access database from ASP code
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.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
Working with ASP & MS Access
ASP / Database Integration
Learn to add, remove and modify data from an Access database.

Site: haneng.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
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
Using ASP to create, edit, or delete information in a database
ASP / Database Integration
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).

Site: www.powerasp.com Report - View Tutorial

ASP Database Integration
MS Access: Tables, Views and Procedures
ASP / Database Integration
Ever wondered how to create a table, view or procedure with MS Access? In this article Eric shows us how to create all three and work with them from an ASP script.

Site: www.devarticles.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
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
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 Database Integration
Incorporating SQL Server 7.0/2000 Databases into your ASP Pages
ASP / Database Integration
This tutorial will teach you how to Incorporating SQL Server 7.0/2000 Databases into your ASP Pages.

Site: authors.aspalliance.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

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

 
Site Search

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