Home

Submit

Source

Feeds

Home » ASP » Database Integration ::

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.
Related Tutorials
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
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
DSN-less MS Access connection
ASP / Database Integration
Learn to connect to an MS Access database with a DSN-less connection.

Site: haneng.com Report - View Tutorial

ASP Database Integration
DSN vs DSN less Database Connections
ASP / Database Integration
In this article we will learn the two ways of connecting to database: * via DSN ( Data Source Name ) * without DSN

Site: www.stardeveloper.com Report - View Tutorial

ASP Database Integration
How to Connect to Database using a Connection String
ASP / Database Integration
In this tutorial we will show you how to connect to our Access database called 'examples.mdb' and retrieve all the records from the table 'cars'.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Database Integration
How to set up a system DSN
ASP / Database Integration
This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Database Integration
Access and SQL Server DSN-LESS connections
ASP / Database Integration
Learn to make dsn-less database connections with this asp tutorial.

Site: nuts4asp.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
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 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 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
Display Table Script Writer
ASP / Database Integration
Displaying an Access or SQL Server database is as easy as entering the variable names and the name of the table into the fields below. Copy the output code into an asp document on your web server and your db is ready to be displayed on the web. The DSN connection requires that you register the DSN for the db prior to executing the code.

Site: www.codeave.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
Database Connection Strings
ASP / Database Integration
Although our ASP database tutorials all use MS Access connection strings, there are many sorts of database software out there for use with ASP. This tutorial will show you how to connect with them.

Site: www.webdesign.org Report - View Tutorial

ASP Database Integration
Access Connection DSN-Less Code Generator
ASP / Database Integration
There are only a couple of things you need to do and this little code generator will write out your connection for you. All you need to know is the name of the database.

Site: pacosdrivers.com Report - View Tutorial

 
Site Search

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