ADO Connect - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

ADO Connect

Description:

Open the ODBC icon in your Control Panel. Choose the System DSN tab. Click on Add in the ... Select to locate the database. Give the database a Data Source Name ... – PowerPoint PPT presentation

Number of Views:45
Avg rating:3.0/5.0
Slides: 6
Provided by: yenhun
Category:
Tags: ado | connect | icon

less

Transcript and Presenter's Notes

Title: ADO Connect


1
ADO Connect
  • Y.-H. Chen
  • International College
  • Ming-Chuan University
  • Fall, 2004

2
Create a DSN-less Database Connection
3
Create an ODBC Database Connection
4
An ODBC Connection to an MS Access Database
  • Here is how to create a connection to a MS Access
    Database
  • Open the ODBC icon in your Control Panel.
  • Choose the System DSN tab.
  • Click on Add in the System DSN tab.
  • Select the Microsoft Access Driver. Click Finish.
  • In the next screen, click Select to locate the
    database.
  • Give the database a Data Source Name (DSN).
  • Click OK.
  • Note that this configuration has to be done on
    the computer where your web site is located. If
    you are running Personal Web Server (PWS) or
    Internet Information Server (IIS) on your own
    computer, the instructions above will work, but
    if your web site is located on a remote server,
    you have to have physical access to that server,
    or ask your web host to do this for you.

5
The ADO Connection Object
  • The ADO Connection object is used to create an
    open connection to a data source. Through this
    connection, you can access and manipulate a
    database.
  • View all methods and properties of the Connection
    object.
Write a Comment
User Comments (0)
About PowerShow.com