%@LANGUAGE="VBSCRIPT"%> <% set Command1 = Server.CreateObject("ADODB.Command") Command1.ActiveConnection = MM_dblink_STRING Command1.CommandText = "UPDATE counter_ SET counter_ = counter_ + 1 " Command1.CommandType = 1 Command1.CommandTimeout = 0 Command1.Prepared = true Command1.Execute() %>