ASP AllianceThe #1 ASP/ASP.NET Community!Recursion in SQL- February 8, 2002 SQL Server supports recursive stored procedure calls, but what if you need to go further then 32 levels deep Here's an iterative solution that has no depth limit.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=sqlrecursive Renaming a file with FSO- February 8, 2002 Details two simple methods of renaming files with the File System Object.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=fsorename Creating an Events Calendar- February 8, 2002 This is an add-on to my earlier article about creating a calendar with ASP. This works with a database to allow events to be shown on their respective day of the month.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=events Text parsing in VBS.- February 8, 2002 Explains the usages of many of the VBS string manipulation functions. Most people do not realize how powerful these functions can be when used creatively.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=stringmanipfuncs Build a simple Calendar- February 8, 2002 Details the logic behind one method of displaying a calendar with ASP. All it takes is 6 easy steps!http://www.aspalliance.com/Mamanze/articles/default.aspx?path=Calendar Creating files with the FSO- February 8, 2002 Ever wonder how to create a text file with ASP Here are two methods that take advantage of the File System Object.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=fsocreatefile Millisecond timing in VBS- February 8, 2002 While not perfect, this gives you the groundwork for building a simple VBS timer routine.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=vbscripttimer Grabbing a file.- February 8, 2002 How do you import files into an ASP page from the FSO Here are a few methods with benchmarks.http://www.aspalliance.com/Mamanze/articles/default.aspx?path=fileinput Databinding with XML- February 6, 2002 XML is becoming a serious data source for some and this article will show you how to use it with server controls.http://www.aspalliance.com/wisemonk/view.aspx?id=AX020602 Multi-Table XML Processing- February 6, 2002 XML files can get quite detailed at times and produce multiple tables. This article show you how to handle these tables.http://www.aspalliance.com/wisemonk/view.aspx?id=AX020622 |