With the WWW service and the Open Database Connectivity (ODBC) drivers provided with Internet Information Services, you can:
Web browsers (such as Internet Explorer, or other browsers) submit requests to the Internet server by using HTTP. The Web server responds with a document formatted in HTML. Access to databases is accomplished through a component of the Web server called Internet Database Connector (IDC). Internet Database Connector, Httpodbc.dll, is an ISAPI DLL that uses ODBC to gain access to databases.
IDC uses two types of files to control how the database is accessed and how the output Web page is constructed. These files are Internet Database Connector (.idc) files and HTML extension (.htx) files.
The .idc files contain the necessary information to connect to the appropriate ODBC data source and execute the SQL statement. An .idc file also contains the name and location of the HTML extension file.
The .htx file is the template for the actual HTML document that will be returned to the Web browser after the database information has been merged into it by Internet Database Connector.