Little and Mickle

All things are difficult before they are easy.

导航

2005年9月21日 #

to create table if table do not exist -- to backup and restore table in oracle

摘要: 1.to backup tblPermission into tblPermissionBak. If tblPermissionBak does not exist, Create the table and insert all data of tblPermission into tblPermissionBak. If tblPermissionBak exists, insert all... 阅读全文

posted @ 2005-09-21 17:01 davidullua 阅读(1048) 评论(0) 推荐(0)

Gmail邀请

摘要: 100份Gmail邀请,发完为止.需要的请留下email地址 阅读全文

posted @ 2005-09-21 13:15 davidullua 阅读(330) 评论(2) 推荐(0)

to call Session_End() event when user closed Browser

摘要: There is no event in the Global.asax to deal with browser closing. When we need to call Session_End() upon user close the browser. We can use a indirect way to call Session_End() to do some clearance ... 阅读全文

posted @ 2005-09-21 11:40 davidullua 阅读(1826) 评论(2) 推荐(0)

When Session_End() and Session_Start() Fires

摘要: Session_Start: Fired when a new user visits the application Web site.exactly, when useopena web page.Session_End: Fired only in the In-Proc Session mode at the end of the request in which Session.Aban... 阅读全文

posted @ 2005-09-21 11:22 davidullua 阅读(477) 评论(0) 推荐(0)

about Ora-03114 disable asp.net connection pool(pooling)

摘要: about asp.net connection pool(pooling) and Ora-03114 阅读全文

posted @ 2005-09-21 11:04 davidullua 阅读(1913) 评论(1) 推荐(0)