Accessing Databases in IIS Applications

This section describes how to access databases from IIS applications. IIS offers the Web developer flexible, easy-to-use, scalable methods to interact with OLE DB database providers for Internet or intranet applications. Using the ActiveX Data Objects (ADO) not only means that you can initially develop a solution using Access and scale up to SQL Server, but that you can access any other databases that have OLE DB providers. With the additional power of Component Services, you can create highly scalable multi-tier applications that support Web-based transactions.

This section includes the following topics: