If this is .NET, you might look at System.Web.HttpServerUtility.HtmlEncode instead.
If you're using VBScript/VB6 , just move the ampersand and pound sign up to the top of this list, and don't rely on this function to protect you against sql injection. You still need parameterized queries.
