% Server.ScriptTimeOut = 2240 %> set cmd1 = server.createobject(“ADODB.Command“) cmd1.ActiveConnection = conn1 cmd1.CommandText = “update product set prod_page = ‘” &filename &“‘ where product.part_number = ‘” &rsInput(“part_number“) &“‘“ set rsOutput = cmd1.execute response.write(“updated: ” &rsInput(“part_number“) &“ “) set cmd1.ActiveConnection = nothing set cmd1 = nothing set conn2 = server.createobject(“Scripting.FileSystemObject“) set output = conn2.OpenTextFile(htmlOut, 8, True) set rsCreate = server.createobject(“ADODB.Recordset“) dim aword, alist, start version = cstr(“metas_” &vnum) |
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.