Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > Connections
Search
DevASP

What's New
What's Hot

ACCESS DATABASES( DSN vs DSN-LESS )       
Total Hits: 671  |  Today: 0 Author: PowerASP.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article Chris Williams lets off some steam regarding DSN and DSN-Less Data Cconnections. Code examples show you how to do it both ways and the article discusses performance issues in a very non technical way....

Dynamic connection string       
Total Hits: 833  |  Today: 0 Author: x_scripterx.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Well, often I hear the problem of creating a connection sting on a remote site, because people don't have physical path to the location of their site database or any other thing for that method.
Over here, I will show how to create a connection string. This tutorial is for beginners and intermediate web developers, and the advance developer will know this already....

Step by Step: Database Tutorial       
Total Hits: 332  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are several ways to connect to your database. Below we show you how to create a System DSN. We'll also show you the alternate methods to connect to your database....

How to Connect to Microsoft Access and SQL Server using ADODB from Active Server Pages (ASP)       
Total Hits: 291  |  Today: 0 Author: Comsoltech® Incorporated       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article shows how to connect to Microsoft Access and SQL Server using ADODB. Active Server Pages (.ASP) envinronment using Windows NT Server, 2000 Server running IIS 4.0, 5.0 or beyond. The connection string was one of the most frequent error, because we forget exact syntax, misspellings, etc.
So, for our own good use as well, we wrote this article available for us and you....

Info on the Go: Wireless Internet Database Connectivity with ASP, XML, and SQL Server       
Total Hits: 580  |  Today: 0 Author: Srdjan Vujosevic and Robert Laberge       Rating:  
Read Reviews | Write Review |              Your Rating: 

Many handheld wireless devices such as cellular phones and PDAs already have the ability to access Web sites. So how do you build Web applications that tap this wireless audience? Although there are a number of limitations to wireless devices—such as screen size, navigation, and connection speed—you can use familiar Web development technologies to make your existing Web applications available to mobile users.
This article outlines the services and equipment currently available to support wire...

Connecting To An Access Database       
Total Hits: 589  |  Today: 0 Author: Bruce Corkhill       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are reading this page then I shall assume that you already know a little bit about ASP and running ASP applications. To make this tutorial more interesting and the following database tutorials on, Adding, Deleting, and Updating, data from a Microsoft Access database, we are going to use these tutorials to make a simple Guestbook application....

Database Connection Strings (From ASP)       
Total Hits: 316  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Many examples of database connection strings to connect to different data sources....

Connecting to a Database       
Total Hits: 2168  |  Today: 0 Author: liquidrage.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

You'll see how to connect to a database as well as mix VBScript and HTML to view the results of a query....

clsAccess - Connect to Access       
Total Hits: 1792  |  Today: 0 Author: Nick Stilwell       Rating:  
Read Reviews | Write Review |              Your Rating: 

This class allows you to browse folders to find access databases, and then connect to them automatically, return grids of records from tables, and edit individual rows, delete or add....

ASP/VBS, ADO and DBF file database connection       
Total Hits: 2742  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

Short introduction to work with DBF files/databases in ASP/VBS/WSH envinronment. Work with DBF using Microsoft.Jet.OLEDB.4.0 provider....

System DSN or DSN-less Connection?       
Total Hits: 650  |  Today: 0 Author: 4guysfromrolla.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

What boasts a more efficient connection time: System DSNs or DSN-less connections? This article records an answer to this elusive question....

OLEDB Info from ODBC       
Total Hits: 515  |  Today: 0 Author: David Kawliche       Rating:  
Read Reviews | Write Review |              Your Rating: 

In ASP it is preferable to use OLEDB connections instead of ODBC or Data Source Name (DSN) connections. If you already have an ODBC connection you can use it to determine the information required to connect via OLEDB with the information found here....

Open MDB files on remote computer       
Total Hits: 1098  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

Two ways (by ADO/Jet OLEDB and DAO) to open MDB database on shared disk from remote computer. The code avoids 'cannot open the file' error from ODBC Microsoft Access Driver....

display records from top 4 database       
Total Hits: 769  |  Today: 0 Author: Ken Lin       Rating:  
Read Reviews | Write Review |              Your Rating: 

Article provides in depth info on connecting to SQL Server, Oracle, Access and MySQL Server Databases, retrieving records and displaying them to the user using plain ASP pages. Everything has been explained in detail....

Open MDB files on remote computer       
Total Hits: 407  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial demostrates 2 different ways on how to open MDB files on remote computer in ASP. Complete code included....

Connect to DB on Another Server       
Total Hits: 282  |  Today: 0 Author: aspfaq.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article takes a look at the question, "How do I connect to an Access database / text file on another web server?"...

Defining a Data Source in Dreamwever       
Total Hits: 461  |  Today: 0 Author: Adam Ware       Rating:  
Read Reviews | Write Review |              Your Rating: 

Come and learn the basics of Database connection to a Database in Macromedia's Dreamweaver Ultra Dev 4. Shows step by step with an easy howto process.....

OLEDB For Me       
Total Hits: 532  |  Today: 0 Author: 4guysfromrolla.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Discusses what OLEDB is and where it fits into data store access with ASP. The article also shows how to increase your database performance by connecting directly to the OLEDB object....

Sample Database Connection Strings       
Total Hits: 498  |  Today: 0 Author: mavweb.net       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are planning on making a database call from the web the first thing you will need to do is plan on making a "Database Connection". Here are some sample database connection strings to help you get started....

Functions to Open a Database Connection and Record Set       
Total Hits: 1589  |  Today: 0 Author: Nannette Thacker       Rating:  
Read Reviews | Write Review |              Your Rating: 

Don't hard code your data connections every time you need them! Use these functions to open and close a Database Connection and Record Set....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com