Using JavaScript, I get the following error message:
"Microsoft JScript runtime (0x800A1391)
'DbPool' is undefined"
when I use the following lines of code:
<script runat="server" language="JScript"
type="text/javascript">
var myPool = new DbPool
("ODBC", "hitcounterTest","danielh","password","",10);
</script>
This upsets me because DbPool is an JavaScript
(EcmaScript) command. I am running IIS on Windows XP.
Daniel Hutchins
Woodbridge, CA
http://www.finehomemadesoap.com