




 Home

 Company

 Technologies

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us





|

HOME
>> TECHNOLOGY >> ADO

| Accessing
a Database from an ASP Page: |
|
The common way to access a database from inside an ASP
page is to:
- Create an ADO connection to a database
- Open the database connection
- Create an ADO recordset
- Open the recordset
- Extract the data you need from the recordset
- Close the recordset
- Close the connection
|
| ADO
Database Connection: |
|
|
Before a database can be accessed from
a web page, a database connection has to be established.
|
|
|
Create a DSN-less Database Connection:
|
|
|
The easiest way to connect to a database
is to use a DSN-less connection. A DSN-less connection
can be used against any Microsoft Access database on your
web site.
|
|
| An ODBC
Connection to an MS Access Database: |
|
|
|
|
|
With an added border attribute, you can tell the browser
that the table should have no borders:
- Here is how to create a connection to a
MS Access Database
- Open the ODBC icon in your Control Panel
|
|
|
« BACK |
NEXT » |
| Need more answers; Search
Google |
|
|
|
|
|