スポンサーリンク

VBASPCoder.com(日本語版) – 南無阿弥陀仏

VBASPCoder.com(日本語版) – 南無阿弥陀仏

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オブジェクトを並列にするその心は?」って聞いてみたい。

コメント

タイトルとURLをコピーしました