Web-Based Applications and ADO

ADO and SQL Server

ADO and SQL Server

Web-Based Applications and ADO

ADO helps build Web applications that access data in Microsoft® SQL Server™ 2000. With Microsoft Visual InterDev™ as a Web development environment, you can use ADO connection and data access routines from within your Microsoft Visual Basic® Scripting Edition or Microsoft JScript® code in your client .htm or server .asp pages. You can encapsulate ADO routines into business objects that perform specific functions, such as validation and authentication.

An example of a Web application that uses ADO to communicate with a SQL Server 2000 database is the Northwind Inventory Management sample. This online inventory management application allows users to view Northwind database inventory-related tables, make product updates, add new products, and remove old ones.

See Also

ADO Web Application