文章分类 -  ASP

摘要:Hi all, hoping this one is an easy one to answer....I have an asp page connecting a SQL database, retrieving partial data (ie 20 rows), displaying in a table and disconnecting. I have a feature... 阅读全文
posted @ 2004-11-22 20:37 活力豆 阅读(506) 评论(0) 推荐(0)
摘要:This page contains my top 10 recommendations for optimizing performance of Microsoft Internet Information Server Active Server Pages. Most of these recommendations are oriented towards getting the max... 阅读全文
posted @ 2004-11-03 13:56 活力豆 阅读(460) 评论(0) 推荐(0)
摘要:May 1999 (updated August 2004) By Leland Ahlbeck, Don Willits, and Acey J. Bunch This article discusses the benefits, features, and behavior of pooling within the context of the Microsoft® Data Access... 阅读全文
posted @ 2004-11-03 13:54 活力豆 阅读(922) 评论(0) 推荐(0)
摘要:怎样创建鲁棒性、正确性、可维护性和性能俱佳的ASP应用程序?要做什么?不做什么?本文以提纲的形式,给出了主要的Check-Points(检查点)。 什么是ASP Active Server Page,简称ASP,是: l连接网友界面(HTML)和商业逻辑(Business Logic); l提供一致的、容易使用的、有状态保持的、基于WEB的客户端; l为那些需要事务处理的WEB 应用提... 阅读全文
posted @ 2004-11-03 11:49 活力豆 阅读(423) 评论(0) 推荐(0)
摘要:Billy YuenMicrosoft Corporation February 2003 Applies to:Microsoft® ASP.NET Summary: Discusses how to share session state between classic ASP and Microsoft ASP.NET using Microsoft .N... 阅读全文
posted @ 2004-11-01 04:08 活力豆 阅读(1084) 评论(0) 推荐(0)
摘要:Vincent 2004/10/17以下代码是我在开发ASP程序中遇到的问题asp代码片断:Dim lngUserNumlngUserNum = 9999999999.......Set objParameter = objCommand.CreateParameter _ ("@UserID", adNumeric, adParamInput, lngUserNum) objCommand... 阅读全文
posted @ 2004-10-17 11:50 活力豆 阅读(1057) 评论(1) 推荐(0)
摘要:The table below shows the ADO Data Type mapping between Access, SQL Server, and Oracle: DataType Enum Value Access SQLServer Oracle adBigInt 20 BigInt (SQL Server 2000 +) adBinary 128 Bina... 阅读全文
posted @ 2004-10-17 11:09 活力豆 阅读(529) 评论(0) 推荐(0)
摘要:功能 VBScript 函数 功能说明 例子 数字 Abs (数值) 绝对值。一个数字的绝对值是它的正值。空字符串 (null) 的绝对值,也是空字符串。未初始化的变数,其绝对为 0 例子:ABS(-2000) 结果:2000 数字 Array (以逗点分隔的数组元素) Array 函数传回数组元素的值。 例子: A=Array(1,2,3)B=A(2)结果:... 阅读全文
posted @ 2004-08-25 10:21 活力豆 阅读(466) 评论(0) 推荐(0)