TransWar File Browser

Path: C:\

<html>
<body style="margin:0px">
<div style="margin:5px">
<div style="font-family:verdana; font-weight:bold; font-size:18pt;">
Database Integration Demo (2)
</div>
<hr style="border:solid 1px #000080" />
<div style="font-family:verdana; font-size:10pt;">

This example demonstrates creating a chart using data from a database. The database query
is performed in the containing HTML page. The data are then passed to the chart generation
pages as HTTP GET parameters.<br><br>

The database used in this example is a Microsoft Access database. To run this
example, your system would need to have the Microsoft Access OLE DB database
driver (also known as the Microsoft Jet Engine OLE DB database driver) installed.
<br><br>
The 32-bit Microsoft Access OLE DB database driver is included in Windows as
part of the operating system, so this example should run normally in 32-bit IIS.
Microsoft has not released 64-bit Microsoft Access OLE DB database driver, so
this example may not run normally in 64-bit IIS.
<br><br>
To run this example, <a href="dbdemo2.asp">click here</a>.
<br><br>

If you just want to view the sample code, please use the links below:
<ul>
    <li><a href="viewsource.asp?file=dbdemo2.asp">View containing HTML page source code</a>
    <li><a href="viewsource.asp?file=dbdemo2a.asp">View chart generation page source code for upper chart</a>
    <li><a href="viewsource.asp?file=dbdemo2b.asp">View chart generation page source code for lower chart</a>
</ul>

</div>
</body>
</html>