The Daily WTFから。下のコードを見て思わずつぶやきたくなったのが、「南無阿弥陀仏」だった。怖すぎ
合掌。
dbheader.inc (C) 2002 Initech Solutions [ED: name obviously changed]
Dim aryConnections(8)
Set aryConnections(0) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(1) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(2) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(3) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(4) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(5) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(6) = Server.CreateObject(“ADODB.Connection”)
Set aryConnections(7) = Server.CreateObject(“ADODB.Connection”)
「Connectionオブジェクトを並列にするその心は?」って聞いてみたい。
コメント