摘要: 在web开发中,常常需要显示一些数据,而为了方便排版及浏览,我们只需要显示所有记录中的一部分。一般情况下,我们采用分页来实现这个需求。实现分页的方法多种多样,在本文中,我们采用了一个分页空间来记录记录总数、当前页、总页数及页面大小等。阅读全文
posted @ 2009-05-30 19:14 李贵庆 阅读(262) 评论(0) 编辑
摘要: 在 Word 中编辑文档的时候,有时鼠标点击无响应,不管是在文档区,还是在 Word 相关对话框,但键盘操作正常,菜单可用鼠标点击。阅读全文
posted @ 2008-06-17 14:27 李贵庆 阅读(1192) 评论(1) 编辑
摘要: Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.sqlserver.notificationservices.dll in the COM+ catalog.
阅读全文
阅读全文
posted @ 2008-06-16 13:44 李贵庆 阅读(2604) 评论(3) 编辑
摘要: 回复: 临时表存放在哪儿?
DML statements on temporary tables do not generate redo logs for the data changes. However, undo logs for the data
and redo logs for the undo logs are generated. Data from the temporary table is automatically
dropped in the case of session termination, either when the user logs off or
when the session terminates abnormally such as during a session or instance failure 阅读全文
DML statements on temporary tables do not generate redo logs for the data changes. However, undo logs for the data
and redo logs for the undo logs are generated. Data from the temporary table is automatically
dropped in the case of session termination, either when the user logs off or
when the session terminates abnormally such as during a session or instance failure 阅读全文
posted @ 2008-03-21 12:17 李贵庆 阅读(979) 评论(0) 编辑
posted @ 2008-02-20 23:41 李贵庆 阅读(2698) 评论(2) 编辑
摘要: 在数据库程序开发的过程中,我们经常会碰到利用EXEC来执行一段需要返回某些值的sql语句(通常是构造动态sql语句时使用),或者在一个存储过程中利用EXEC调用另一个有返回值的存储过程(必须获得返回值),那么如何获得这些返回值呢? 阅读全文
posted @ 2008-01-10 16:39 李贵庆 阅读(2338) 评论(1) 编辑

