| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
To access databases from your web pages, ADO can be used .
|
|
Accessing a Database from an ASP Page
|
To access a database from inside an ASP page,the common way 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
|
|
What is ADO?
|
- ADO stands for ActiveX Data Objects
- ADO is a Microsoft technology
- ADO is automatically installed with Microsoft IIS
- ADO is a Microsoft Active-X component
- ADO is a programming interface to access data in a
database
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
what is asp web pages, active server pages, web applications,
what is asp user
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|
|
|
| Copyright © 2003-2008 All Rights Reserved. |
|
|