This repository demonstrates a stack overflow error in a recursive VBScript function. The f function calculates the factorial of a number. While it works for small ...
I'm writing some ASP to display an organizational chart using data in a SQL Server 6.5 database. The database is set up like so:<BR><BR>Each record contains a Department field and a Parent field. I ...